Html Css Color HEX #C06C62 Contessa

📋 copy color: '#C06C62'

red 192 ◦ green 108 ◦ blue 98

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

Shades of Contessa #C06C62

Tints of Contessa #C06C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

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

R = 48.24%
G = 27.14%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06C62 (or 0xC06C62) is known color: Contessa. HEX triplet: C0, 6C and 62. RGB value is (192,108,98). Sum of RGB (Red+Green+Blue) = 192+108+98=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C62 is #3F939D. Grayscale: #848484. Windows color (decimal): -4166558 or 6450368. OLE color: 6450368.

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

Color convert

RGB 192 108 98 -
CMYK 0 0.44 0.49 0.25
HSL 6.38º 0.43% 0.57% -
HSV(B) 6.38º 0.49% 0.75% -
XYZ 29.31 22.81 14.41 -
YUV 131.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 192 108 98 0 0.44 0.49 0.25 6.38 0.43 0.57
Hex C0 6C 62 0 2C 31 19 6 2B 39
Octal 300 154 142 0 54 61 31 6 53 71
Binary 11000000 1101100 1100010 0 101100 110001 11001 110 101011 111001

Color Harmonies of #C06C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C62

Black with #C06C62

Text Example


Text Example

White with #C06C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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