#C06971

Color #C06971 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #C06971

Tints of Turkish Rose #C06971

Color information

#C06971 (or 0xC06971) is unknown color: approx Turkish Rose. HEX triplet: C0, 69 and 71. RGB value is (192,105,113). Sum of RGB (Red+Green+Blue) = 192+105+113=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06971 is #3F968E. Grayscale: #838383. Windows color (decimal): -4167311 or 7432640. OLE color: 7432640.

HSL color Cylindrical-coordinate representation of color #C06971: hue angle of 354.48º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06971 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192105113-
CMYK00.450.410.25
HSL354.48º40.85%58.24%-
HSV(B)354.48º45.31%75.29%-
XYZ29.7722.518.4-
YUV131.93117.32170.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=46.83%
G=25.61%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210511300.450.410.25354.4840.8558.24
HexC0697102D2919162293a
Octal30015116105551315425172
Binary1100000011010011110001010110110100111001101100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06971; }

 p { color: rgb(192,105,113); }

 H1.HeaderClassName
 {
   color: #C06971;
 }
 .AnyTagClassName
 {
   color: #C06971;
 }
</style>
background-color css

<style>
 a { background-color: #C06971; }

 a { background-color: rgb(192,105,113); }

 div.DivClassName
 {
   background-color: #C06971;
 }
 .BgClassName
 {
   background-color: #C06971;
 }
</style>
border-color css

<style>
 span { border-color: #C06971; }

 span { border-color: rgb(192,105,113); }

 td.TdClassName
 {
   border-color: #C06971;
 }
 .TagClassName
 {
   border-color: #C06971;
 }
</style>