Html Css Color HEX #C07062 Contessa

📋 copy color: '#C07062'

red 192 ◦ green 112 ◦ blue 98

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

Shades of Contessa #C07062

Tints of Contessa #C07062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.38%

R = 47.76%
G = 27.86%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07062 (or 0xC07062) is known color: Contessa. HEX triplet: C0, 70 and 62. RGB value is (192,112,98). Sum of RGB (Red+Green+Blue) = 192+112+98=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07062 is #3F8F9D. Grayscale: #868686. Windows color (decimal): -4165534 or 6451392. OLE color: 6451392.

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

Color convert

RGB 192 112 98 -
CMYK 0 0.42 0.49 0.25
HSL 8.94º 0.43% 0.57% -
HSV(B) 8.94º 0.49% 0.75% -
XYZ 29.74 23.68 14.56 -
YUV 134.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 192 112 98 0 0.42 0.49 0.25 8.94 0.43 0.57
Hex C0 70 62 0 2A 31 19 9 2B 39
Octal 300 160 142 0 52 61 31 11 53 71
Binary 11000000 1110000 1100010 0 101010 110001 11001 1001 101011 111001

Color Harmonies of #C07062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07062

Black with #C07062

Text Example


Text Example

White with #C07062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07062; }

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

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

background-color css

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

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

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

border-color css

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

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

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