Html Css Color HEX #C07362 Contessa

📋 copy color: '#C07362'

red 192 ◦ green 115 ◦ blue 98

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

Shades of Contessa #C07362

Tints of Contessa #C07362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 47.41%
G = 28.4%
B = 24.2%

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

#C07362 (or 0xC07362) is known color: Contessa. HEX triplet: C0, 73 and 62. RGB value is (192,115,98). Sum of RGB (Red+Green+Blue) = 192+115+98=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07362 is #3F8C9D. Grayscale: #888888. Windows color (decimal): -4164766 or 6452160. OLE color: 6452160.

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

Color convert

RGB 192 115 98 -
CMYK 0 0.40 0.49 0.25
HSL 10.85º 0.43% 0.57% -
HSV(B) 10.85º 0.49% 0.75% -
XYZ 30.07 24.35 14.67 -
YUV 136.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 192 115 98 0 0.40 0.49 0.25 10.85 0.43 0.57
Hex C0 73 62 0 28 31 19 B 2B 39
Octal 300 163 142 0 50 61 31 13 53 71
Binary 11000000 1110011 1100010 0 101000 110001 11001 1011 101011 111001

Color Harmonies of #C07362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07362

Black with #C07362

Text Example


Text Example

White with #C07362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07362; }

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

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

background-color css

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

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

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

border-color css

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

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

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