Html Css Color HEX #C06D72 Turkish Rose

📋 copy color: '#C06D72'

red 192 ◦ green 109 ◦ blue 114

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

Shades of Turkish Rose #C06D72

Tints of Turkish Rose #C06D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 46.27%
G = 26.27%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06D72 (or 0xC06D72) is known color: Turkish Rose. HEX triplet: C0, 6D and 72. RGB value is (192,109,114). Sum of RGB (Red+Green+Blue) = 192+109+114=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D72 is #3F928D. Grayscale: #868686. Windows color (decimal): -4166286 or 7499200. OLE color: 7499200.

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

Color convert

RGB 192 109 114 -
CMYK 0 0.43 0.41 0.25
HSL 356.39º 0.4% 0.59% -
HSV(B) 356.39º 0.43% 0.75% -
XYZ 30.24 23.36 18.83 -
YUV 134.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 192 109 114 0 0.43 0.41 0.25 356.39 0.4 0.59
Hex C0 6D 72 0 2B 29 19 164 28 3B
Octal 300 155 162 0 53 51 31 544 50 73
Binary 11000000 1101101 1110010 0 101011 101001 11001 101100100 101000 111011

Color Harmonies of #C06D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D72

Black with #C06D72

Text Example


Text Example

White with #C06D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D72; }

 p { color: rgb(192,109,114); }

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

background-color css

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

 a { background-color: rgb(192,109,114); }

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

border-color css

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

 span { border-color: rgb(192,109,114); }

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