Html Css Color HEX #CA736E Contessa

📋 copy color: '#CA736E'

red 202 ◦ green 115 ◦ blue 110

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

Shades of Contessa #CA736E

Tints of Contessa #CA736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 47.31%
G = 26.93%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA736E (or 0xCA736E) is known color: Contessa. HEX triplet: CA, 73 and 6E. RGB value is (202,115,110). Sum of RGB (Red+Green+Blue) = 202+115+110=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA736E is #358C91. Grayscale: #8C8C8C. Windows color (decimal): -3509394 or 7238602. OLE color: 7238602.

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

Color convert

RGB 202 115 110 -
CMYK 0 0.43 0.46 0.21
HSL 3.26º 0.46% 0.61% -
HSV(B) 3.26º 0.46% 0.79% -
XYZ 33.3 25.94 18 -
YUV 140.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 202 115 110 0 0.43 0.46 0.21 3.26 0.46 0.61
Hex CA 73 6E 0 2B 2E 15 3 2E 3D
Octal 312 163 156 0 53 56 25 3 56 75
Binary 11001010 1110011 1101110 0 101011 101110 10101 11 101110 111101

Color Harmonies of #CA736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA736E

Black with #CA736E

Text Example


Text Example

White with #CA736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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