Html Css Color HEX #C07276 Turkish Rose

📋 copy color: '#C07276'

red 192 ◦ green 114 ◦ blue 118

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

Shades of Turkish Rose #C07276

Tints of Turkish Rose #C07276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.89%

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

R = 45.28%
G = 26.89%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07276 (or 0xC07276) is known color: Turkish Rose. HEX triplet: C0, 72 and 76. RGB value is (192,114,118). Sum of RGB (Red+Green+Blue) = 192+114+118=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07276 is #3F8D89. Grayscale: #898989. Windows color (decimal): -4165002 or 7762624. OLE color: 7762624.

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

Color convert

RGB 192 114 118 -
CMYK 0 0.41 0.39 0.25
HSL 356.92º 0.38% 0.6% -
HSV(B) 356.92º 0.41% 0.75% -
XYZ 31.03 24.55 20.24 -
YUV 137.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 192 114 118 0 0.41 0.39 0.25 356.92 0.38 0.6
Hex C0 72 76 0 29 27 19 165 26 3C
Octal 300 162 166 0 51 47 31 545 46 74
Binary 11000000 1110010 1110110 0 101001 100111 11001 101100101 100110 111100

Color Harmonies of #C07276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07276

Black with #C07276

Text Example


Text Example

White with #C07276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07276; }

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

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

background-color css

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

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

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

border-color css

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

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

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