Html Css Color HEX #C06F75 Turkish Rose

📋 copy color: '#C06F75'

red 192 ◦ green 111 ◦ blue 117

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

Shades of Turkish Rose #C06F75

Tints of Turkish Rose #C06F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 45.71%
G = 26.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06F75 (or 0xC06F75) is known color: Turkish Rose. HEX triplet: C0, 6F and 75. RGB value is (192,111,117). Sum of RGB (Red+Green+Blue) = 192+111+117=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F75 is #3F908A. Grayscale: #878787. Windows color (decimal): -4165771 or 7696320. OLE color: 7696320.

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

Color convert

RGB 192 111 117 -
CMYK 0 0.42 0.39 0.25
HSL 355.56º 0.39% 0.59% -
HSV(B) 355.56º 0.42% 0.75% -
XYZ 30.63 23.86 19.82 -
YUV 135.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 192 111 117 0 0.42 0.39 0.25 355.56 0.39 0.59
Hex C0 6F 75 0 2A 27 19 164 27 3B
Octal 300 157 165 0 52 47 31 544 47 73
Binary 11000000 1101111 1110101 0 101010 100111 11001 101100100 100111 111011

Color Harmonies of #C06F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F75

Black with #C06F75

Text Example


Text Example

White with #C06F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F75; }

 p { color: rgb(192,111,117); }

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

background-color css

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

 a { background-color: rgb(192,111,117); }

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

border-color css

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

 span { border-color: rgb(192,111,117); }

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