Html Css Color HEX #CA6A61 Contessa

📋 copy color: '#CA6A61'

red 202 ◦ green 106 ◦ blue 97

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

Shades of Contessa #CA6A61

Tints of Contessa #CA6A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 49.88%
G = 26.17%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA6A61 (or 0xCA6A61) is known color: Contessa. HEX triplet: CA, 6A and 61. RGB value is (202,106,97). Sum of RGB (Red+Green+Blue) = 202+106+97=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A61 is #35959E. Grayscale: #858585. Windows color (decimal): -3511711 or 6384330. OLE color: 6384330.

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

Color convert

RGB 202 106 97 -
CMYK 0 0.48 0.52 0.21
HSL 5.14º 0.5% 0.59% -
HSV(B) 5.14º 0.52% 0.79% -
XYZ 31.67 23.73 14.22 -
YUV 133.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 202 106 97 0 0.48 0.52 0.21 5.14 0.5 0.59
Hex CA 6A 61 0 30 34 15 5 32 3B
Octal 312 152 141 0 60 64 25 5 62 73
Binary 11001010 1101010 1100001 0 110000 110100 10101 101 110010 111011

Color Harmonies of #CA6A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6A61

Black with #CA6A61

Text Example


Text Example

White with #CA6A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6A61; }

 p { color: rgb(202,106,97); }

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

background-color css

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

 a { background-color: rgb(202,106,97); }

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

border-color css

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

 span { border-color: rgb(202,106,97); }

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