Html Css Color HEX #C07376 Turkish Rose

📋 copy color: '#C07376'

red 192 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #C07376

Tints of Turkish Rose #C07376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

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

R = 45.18%
G = 27.06%
B = 27.76%

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

#C07376 (or 0xC07376) is known color: Turkish Rose. HEX triplet: C0, 73 and 76. RGB value is (192,115,118). Sum of RGB (Red+Green+Blue) = 192+115+118=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07376 is #3F8C89. Grayscale: #8A8A8A. Windows color (decimal): -4164746 or 7762880. OLE color: 7762880.

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

Color convert

RGB 192 115 118 -
CMYK 0 0.40 0.39 0.25
HSL 357.66º 0.38% 0.6% -
HSV(B) 357.66º 0.4% 0.75% -
XYZ 31.14 24.78 20.28 -
YUV 138.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 192 115 118 0 0.40 0.39 0.25 357.66 0.38 0.6
Hex C0 73 76 0 28 27 19 166 26 3C
Octal 300 163 166 0 50 47 31 546 46 74
Binary 11000000 1110011 1110110 0 101000 100111 11001 101100110 100110 111100

Color Harmonies of #C07376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07376

Black with #C07376

Text Example


Text Example

White with #C07376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07376; }

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

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

background-color css

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

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

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

border-color css

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

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

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