Html Css Color HEX #C06A62 Contessa

📋 copy color: '#C06A62'

red 192 ◦ green 106 ◦ blue 98

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

Shades of Contessa #C06A62

Tints of Contessa #C06A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

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

R = 48.48%
G = 26.77%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06A62 (or 0xC06A62) is known color: Contessa. HEX triplet: C0, 6A and 62. RGB value is (192,106,98). Sum of RGB (Red+Green+Blue) = 192+106+98=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A62 is #3F959D. Grayscale: #828282. Windows color (decimal): -4167070 or 6449856. OLE color: 6449856.

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

Color convert

RGB 192 106 98 -
CMYK 0 0.45 0.49 0.25
HSL 5.11º 0.43% 0.57% -
HSV(B) 5.11º 0.49% 0.75% -
XYZ 29.1 22.4 14.34 -
YUV 130.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 192 106 98 0 0.45 0.49 0.25 5.11 0.43 0.57
Hex C0 6A 62 0 2D 31 19 5 2B 39
Octal 300 152 142 0 55 61 31 5 53 71
Binary 11000000 1101010 1100010 0 101101 110001 11001 101 101011 111001

Color Harmonies of #C06A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06A62

Black with #C06A62

Text Example


Text Example

White with #C06A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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