Html Css Color HEX #CA756D Contessa

📋 copy color: '#CA756D'

red 202 ◦ green 117 ◦ blue 109

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

Shades of Contessa #CA756D

Tints of Contessa #CA756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 47.2%
G = 27.34%
B = 25.47%

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

#CA756D (or 0xCA756D) is known color: Contessa. HEX triplet: CA, 75 and 6D. RGB value is (202,117,109). Sum of RGB (Red+Green+Blue) = 202+117+109=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA756D is #358A92. Grayscale: #8D8D8D. Windows color (decimal): -3508883 or 7173578. OLE color: 7173578.

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

Color convert

RGB 202 117 109 -
CMYK 0 0.42 0.46 0.21
HSL 5.16º 0.47% 0.61% -
HSV(B) 5.16º 0.46% 0.79% -
XYZ 33.48 26.38 17.8 -
YUV 141.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 202 117 109 0 0.42 0.46 0.21 5.16 0.47 0.61
Hex CA 75 6D 0 2A 2E 15 5 2F 3D
Octal 312 165 155 0 52 56 25 5 57 75
Binary 11001010 1110101 1101101 0 101010 101110 10101 101 101111 111101

Color Harmonies of #CA756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA756D

Black with #CA756D

Text Example


Text Example

White with #CA756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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