Html Css Color HEX #CA746F Contessa

📋 copy color: '#CA746F'

red 202 ◦ green 116 ◦ blue 111

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

Shades of Contessa #CA746F

Tints of Contessa #CA746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 47.09%
G = 27.04%
B = 25.87%

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

#CA746F (or 0xCA746F) is known color: Contessa. HEX triplet: CA, 74 and 6F. RGB value is (202,116,111). Sum of RGB (Red+Green+Blue) = 202+116+111=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA746F is #358B90. Grayscale: #8D8D8D. Windows color (decimal): -3509137 or 7304394. OLE color: 7304394.

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

Color convert

RGB 202 116 111 -
CMYK 0 0.43 0.45 0.21
HSL 3.3º 0.46% 0.61% -
HSV(B) 3.3º 0.45% 0.79% -
XYZ 33.47 26.2 18.33 -
YUV 141.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 202 116 111 0 0.43 0.45 0.21 3.3 0.46 0.61
Hex CA 74 6F 0 2B 2D 15 3 2E 3D
Octal 312 164 157 0 53 55 25 3 56 75
Binary 11001010 1110100 1101111 0 101011 101101 10101 11 101110 111101

Color Harmonies of #CA746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA746F

Black with #CA746F

Text Example


Text Example

White with #CA746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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