Html Css Color HEX #C07172 Turkish Rose

📋 copy color: '#C07172'

red 192 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #C07172

Tints of Turkish Rose #C07172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

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

R = 45.82%
G = 26.97%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07172 (or 0xC07172) is known color: Turkish Rose. HEX triplet: C0, 71 and 72. RGB value is (192,113,114). Sum of RGB (Red+Green+Blue) = 192+113+114=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07172 is #3F8E8D. Grayscale: #888888. Windows color (decimal): -4165262 or 7500224. OLE color: 7500224.

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

Color convert

RGB 192 113 114 -
CMYK 0 0.41 0.41 0.25
HSL 359.24º 0.39% 0.6% -
HSV(B) 359.24º 0.41% 0.75% -
XYZ 30.68 24.23 18.98 -
YUV 136.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 192 113 114 0 0.41 0.41 0.25 359.24 0.39 0.6
Hex C0 71 72 0 29 29 19 167 27 3C
Octal 300 161 162 0 51 51 31 547 47 74
Binary 11000000 1110001 1110010 0 101001 101001 11001 101100111 100111 111100

Color Harmonies of #C07172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07172

Black with #C07172

Text Example


Text Example

White with #C07172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07172; }

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

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

background-color css

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

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

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

border-color css

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

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

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