Html Css Color HEX #C07071 Turkish Rose

📋 copy color: '#C07071'

red 192 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #C07071

Tints of Turkish Rose #C07071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 46.04%
G = 26.86%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07071 (or 0xC07071) is known color: Turkish Rose. HEX triplet: C0, 70 and 71. RGB value is (192,112,113). Sum of RGB (Red+Green+Blue) = 192+112+113=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C07071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07071 is #3F8F8E. Grayscale: #888888. Windows color (decimal): -4165519 or 7434432. OLE color: 7434432.

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

Color convert

RGB 192 112 113 -
CMYK 0 0.42 0.41 0.25
HSL 359.25º 0.39% 0.6% -
HSV(B) 359.25º 0.42% 0.75% -
XYZ 30.51 23.99 18.64 -
YUV 136.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 192 112 113 0 0.42 0.41 0.25 359.25 0.39 0.6
Hex C0 70 71 0 2A 29 19 167 27 3C
Octal 300 160 161 0 52 51 31 547 47 74
Binary 11000000 1110000 1110001 0 101010 101001 11001 101100111 100111 111100

Color Harmonies of #C07071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07071

Black with #C07071

Text Example


Text Example

White with #C07071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07071; }

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

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

background-color css

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

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

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

border-color css

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

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

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