Html Css Color HEX #C07462 Contessa

📋 copy color: '#C07462'

red 192 ◦ green 116 ◦ blue 98

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

Shades of Contessa #C07462

Tints of Contessa #C07462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 47.29%
G = 28.57%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07462 (or 0xC07462) is known color: Contessa. HEX triplet: C0, 74 and 62. RGB value is (192,116,98). Sum of RGB (Red+Green+Blue) = 192+116+98=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07462 is #3F8B9D. Grayscale: #888888. Windows color (decimal): -4164510 or 6452416. OLE color: 6452416.

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

Color convert

RGB 192 116 98 -
CMYK 0 0.40 0.49 0.25
HSL 11.49º 0.43% 0.57% -
HSV(B) 11.49º 0.49% 0.75% -
XYZ 30.19 24.58 14.71 -
YUV 136.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 192 116 98 0 0.40 0.49 0.25 11.49 0.43 0.57
Hex C0 74 62 0 28 31 19 B 2B 39
Octal 300 164 142 0 50 61 31 13 53 71
Binary 11000000 1110100 1100010 0 101000 110001 11001 1011 101011 111001

Color Harmonies of #C07462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07462

Black with #C07462

Text Example


Text Example

White with #C07462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07462; }

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

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

background-color css

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

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

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

border-color css

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

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

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