Html Css Color HEX #CA756E Contessa

📋 copy color: '#CA756E'

red 202 ◦ green 117 ◦ blue 110

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

Shades of Contessa #CA756E

Tints of Contessa #CA756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 47.09%
G = 27.27%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA756E (or 0xCA756E) is known color: Contessa. HEX triplet: CA, 75 and 6E. RGB value is (202,117,110). Sum of RGB (Red+Green+Blue) = 202+117+110=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA756E is #358A91. Grayscale: #8D8D8D. Windows color (decimal): -3508882 or 7239114. OLE color: 7239114.

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

Color convert

RGB 202 117 110 -
CMYK 0 0.42 0.46 0.21
HSL 4.57º 0.46% 0.61% -
HSV(B) 4.57º 0.46% 0.79% -
XYZ 33.53 26.4 18.08 -
YUV 141.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 202 117 110 0 0.42 0.46 0.21 4.57 0.46 0.61
Hex CA 75 6E 0 2A 2E 15 5 2E 3D
Octal 312 165 156 0 52 56 25 5 56 75
Binary 11001010 1110101 1101110 0 101010 101110 10101 101 101110 111101

Color Harmonies of #CA756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA756E

Black with #CA756E

Text Example


Text Example

White with #CA756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA756E; }

 p { color: rgb(202,117,110); }

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

background-color css

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

 a { background-color: rgb(202,117,110); }

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

border-color css

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

 span { border-color: rgb(202,117,110); }

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