Html Css Color HEX #CA7470 Contessa

📋 copy color: '#CA7470'

red 202 ◦ green 116 ◦ blue 112

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

Shades of Contessa #CA7470

Tints of Contessa #CA7470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.98%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 46.98%
G = 26.98%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA7470 (or 0xCA7470) is known color: Contessa. HEX triplet: CA, 74 and 70. RGB value is (202,116,112). Sum of RGB (Red+Green+Blue) = 202+116+112=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7470 is #358B8F. Grayscale: #8D8D8D. Windows color (decimal): -3509136 or 7369930. OLE color: 7369930.

HSL color Cylindrical-coordinate representation of color #CA7470: hue angle of 2.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7470 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 116 112 -
CMYK 0 0.43 0.45 0.21
HSL 2.67º 0.46% 0.62% -
HSV(B) 2.67º 0.45% 0.79% -
XYZ 33.53 26.22 18.62 -
YUV 141.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 202 116 112 0 0.43 0.45 0.21 2.67 0.46 0.62
Hex CA 74 70 0 2B 2D 15 3 2E 3E
Octal 312 164 160 0 53 55 25 3 56 76
Binary 11001010 1110100 1110000 0 101011 101101 10101 11 101110 111110

Color Harmonies of #CA7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7470

Black with #CA7470

Text Example


Text Example

White with #CA7470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7470; }

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

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

background-color css

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

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

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

border-color css

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

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

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