Html Css Color HEX #CA6B62 Contessa

📋 copy color: '#CA6B62'

red 202 ◦ green 107 ◦ blue 98

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

Shades of Contessa #CA6B62

Tints of Contessa #CA6B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 49.63%
G = 26.29%
B = 24.08%

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

#CA6B62 (or 0xCA6B62) is known color: Contessa. HEX triplet: CA, 6B and 62. RGB value is (202,107,98). Sum of RGB (Red+Green+Blue) = 202+107+98=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B62 is #35949D. Grayscale: #868686. Windows color (decimal): -3511454 or 6450122. OLE color: 6450122.

HSL color Cylindrical-coordinate representation of color #CA6B62: hue angle of 5.19º 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 #CA6B62 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 98 -
CMYK 0 0.47 0.51 0.21
HSL 5.19º 0.5% 0.59% -
HSV(B) 5.19º 0.51% 0.79% -
XYZ 31.82 23.95 14.5 -
YUV 134.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 202 107 98 0 0.47 0.51 0.21 5.19 0.5 0.59
Hex CA 6B 62 0 2F 33 15 5 32 3B
Octal 312 153 142 0 57 63 25 5 62 73
Binary 11001010 1101011 1100010 0 101111 110011 10101 101 110010 111011

Color Harmonies of #CA6B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B62

Black with #CA6B62

Text Example


Text Example

White with #CA6B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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