Html Css Color HEX #C06F74 Turkish Rose

📋 copy color: '#C06F74'

red 192 ◦ green 111 ◦ blue 116

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

Shades of Turkish Rose #C06F74

Tints of Turkish Rose #C06F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 45.82%
G = 26.49%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06F74 (or 0xC06F74) is known color: Turkish Rose. HEX triplet: C0, 6F and 74. RGB value is (192,111,116). Sum of RGB (Red+Green+Blue) = 192+111+116=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F74 is #3F908B. Grayscale: #878787. Windows color (decimal): -4165772 or 7630784. OLE color: 7630784.

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

Color convert

RGB 192 111 116 -
CMYK 0 0.42 0.40 0.25
HSL 356.3º 0.39% 0.59% -
HSV(B) 356.3º 0.42% 0.75% -
XYZ 30.58 23.84 19.51 -
YUV 135.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 192 111 116 0 0.42 0.40 0.25 356.3 0.39 0.59
Hex C0 6F 74 0 2A 28 19 164 27 3B
Octal 300 157 164 0 52 50 31 544 47 73
Binary 11000000 1101111 1110100 0 101010 101000 11001 101100100 100111 111011

Color Harmonies of #C06F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F74

Black with #C06F74

Text Example


Text Example

White with #C06F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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