Html Css Color HEX #CA6C62 Contessa

📋 copy color: '#CA6C62'

red 202 ◦ green 108 ◦ blue 98

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

Shades of Contessa #CA6C62

Tints of Contessa #CA6C62

RGB

 RED value IS 202 (79.3% from 255) = 49.51%

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

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

R = 49.51%
G = 26.47%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA6C62 (or 0xCA6C62) is known color: Contessa. HEX triplet: CA, 6C and 62. RGB value is (202,108,98). Sum of RGB (Red+Green+Blue) = 202+108+98=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C62 is #35939D. Grayscale: #878787. Windows color (decimal): -3511198 or 6450378. OLE color: 6450378.

HSL color Cylindrical-coordinate representation of color #CA6C62: hue angle of 5.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6C62 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 98 -
CMYK 0 0.47 0.51 0.21
HSL 5.77º 0.5% 0.59% -
HSV(B) 5.77º 0.51% 0.79% -
XYZ 31.92 24.16 14.54 -
YUV 134.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 202 108 98 0 0.47 0.51 0.21 5.77 0.5 0.59
Hex CA 6C 62 0 2F 33 15 6 32 3B
Octal 312 154 142 0 57 63 25 6 62 73
Binary 11001010 1101100 1100010 0 101111 110011 10101 110 110010 111011

Color Harmonies of #CA6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C62

Black with #CA6C62

Text Example


Text Example

White with #CA6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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