Html Css Color HEX #C07476 Turkish Rose

📋 copy color: '#C07476'

red 192 ◦ green 116 ◦ blue 118

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

Shades of Turkish Rose #C07476

Tints of Turkish Rose #C07476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

 BLUE value IS 118 (46.48% from 255) = 27.7%

R = 45.07%
G = 27.23%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07476 (or 0xC07476) is known color: Turkish Rose. HEX triplet: C0, 74 and 76. RGB value is (192,116,118). Sum of RGB (Red+Green+Blue) = 192+116+118=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07476 is #3F8B89. Grayscale: #8B8B8B. Windows color (decimal): -4164490 or 7763136. OLE color: 7763136.

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

Color convert

RGB 192 116 118 -
CMYK 0 0.40 0.39 0.25
HSL 358.42º 0.38% 0.6% -
HSV(B) 358.42º 0.4% 0.75% -
XYZ 31.25 25.01 20.32 -
YUV 138.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 192 116 118 0 0.40 0.39 0.25 358.42 0.38 0.6
Hex C0 74 76 0 28 27 19 166 26 3C
Octal 300 164 166 0 50 47 31 546 46 74
Binary 11000000 1110100 1110110 0 101000 100111 11001 101100110 100110 111100

Color Harmonies of #C07476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07476

Black with #C07476

Text Example


Text Example

White with #C07476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07476; }

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

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

background-color css

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

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

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

border-color css

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

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

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