Html Css Color HEX #CA7063 Contessa

📋 copy color: '#CA7063'

red 202 ◦ green 112 ◦ blue 99

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

Shades of Contessa #CA7063

Tints of Contessa #CA7063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 48.91%
G = 27.12%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7063 (or 0xCA7063) is known color: Contessa. HEX triplet: CA, 70 and 63. RGB value is (202,112,99). Sum of RGB (Red+Green+Blue) = 202+112+99=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7063 is #358F9C. Grayscale: #898989. Windows color (decimal): -3510173 or 6516938. OLE color: 6516938.

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

Color convert

RGB 202 112 99 -
CMYK 0 0.45 0.51 0.21
HSL 7.57º 0.49% 0.59% -
HSV(B) 7.57º 0.51% 0.79% -
XYZ 32.4 25.05 14.93 -
YUV 137.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 202 112 99 0 0.45 0.51 0.21 7.57 0.49 0.59
Hex CA 70 63 0 2D 33 15 8 31 3B
Octal 312 160 143 0 55 63 25 10 61 73
Binary 11001010 1110000 1100011 0 101101 110011 10101 1000 110001 111011

Color Harmonies of #CA7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7063

Black with #CA7063

Text Example


Text Example

White with #CA7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7063; }

 p { color: rgb(202,112,99); }

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

background-color css

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

 a { background-color: rgb(202,112,99); }

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

border-color css

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

 span { border-color: rgb(202,112,99); }

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