Html Css Color HEX #CA7263 Contessa

📋 copy color: '#CA7263'

red 202 ◦ green 114 ◦ blue 99

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

Shades of Contessa #CA7263

Tints of Contessa #CA7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 48.67%
G = 27.47%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA7263 (or 0xCA7263) is known color: Contessa. HEX triplet: CA, 72 and 63. RGB value is (202,114,99). Sum of RGB (Red+Green+Blue) = 202+114+99=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7263 is #358D9C. Grayscale: #8A8A8A. Windows color (decimal): -3509661 or 6517450. OLE color: 6517450.

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

Color convert

RGB 202 114 99 -
CMYK 0 0.44 0.51 0.21
HSL 8.74º 0.49% 0.59% -
HSV(B) 8.74º 0.51% 0.79% -
XYZ 32.63 25.49 15.01 -
YUV 138.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 202 114 99 0 0.44 0.51 0.21 8.74 0.49 0.59
Hex CA 72 63 0 2C 33 15 9 31 3B
Octal 312 162 143 0 54 63 25 11 61 73
Binary 11001010 1110010 1100011 0 101100 110011 10101 1001 110001 111011

Color Harmonies of #CA7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7263

Black with #CA7263

Text Example


Text Example

White with #CA7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7263; }

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

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

background-color css

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

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

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

border-color css

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

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

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