Html Css Color HEX #CA736A Contessa

📋 copy color: '#CA736A'

red 202 ◦ green 115 ◦ blue 106

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

Shades of Contessa #CA736A

Tints of Contessa #CA736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 47.75%
G = 27.19%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA736A (or 0xCA736A) is known color: Contessa. HEX triplet: CA, 73 and 6A. RGB value is (202,115,106). Sum of RGB (Red+Green+Blue) = 202+115+106=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA736A is #358C95. Grayscale: #8C8C8C. Windows color (decimal): -3509398 or 6976458. OLE color: 6976458.

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

Color convert

RGB 202 115 106 -
CMYK 0 0.43 0.48 0.21
HSL 5.63º 0.48% 0.6% -
HSV(B) 5.63º 0.48% 0.79% -
XYZ 33.09 25.86 16.88 -
YUV 139.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 202 115 106 0 0.43 0.48 0.21 5.63 0.48 0.6
Hex CA 73 6A 0 2B 30 15 6 30 3C
Octal 312 163 152 0 53 60 25 6 60 74
Binary 11001010 1110011 1101010 0 101011 110000 10101 110 110000 111100

Color Harmonies of #CA736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA736A

Black with #CA736A

Text Example


Text Example

White with #CA736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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