Html Css Color HEX #C06A71 Turkish Rose

📋 copy color: '#C06A71'

red 192 ◦ green 106 ◦ blue 113

#C06A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #C06A71

Tints of Turkish Rose #C06A71

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 46.72%
G = 25.79%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06A71 (or 0xC06A71) is known color: Turkish Rose. HEX triplet: C0, 6A and 71. RGB value is (192,106,113). Sum of RGB (Red+Green+Blue) = 192+106+113=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A71 is #3F958E. Grayscale: #848484. Windows color (decimal): -4167055 or 7432896. OLE color: 7432896.

HSL color Cylindrical-coordinate representation of color #C06A71: hue angle of 355.12º 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 #C06A71 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 113 -
CMYK 0 0.45 0.41 0.25
HSL 355.12º 0.41% 0.58% -
HSV(B) 355.12º 0.45% 0.75% -
XYZ 29.87 22.71 18.43 -
YUV 132.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 192 106 113 0 0.45 0.41 0.25 355.12 0.41 0.58
Hex C0 6A 71 0 2D 29 19 163 29 3A
Octal 300 152 161 0 55 51 31 543 51 72
Binary 11000000 1101010 1110001 0 101101 101001 11001 101100011 101001 111010

Color Harmonies of #C06A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A71

Black with #C06A71

Text Example


Text Example

White with #C06A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A71; }

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

 H1.HeaderClassName
 {
   color: #C06A71;
 }
 .AnyTagClassName
 {
   color: #C06A71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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