Html Css Color HEX #CA746C Contessa

📋 copy color: '#CA746C'

red 202 ◦ green 116 ◦ blue 108

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

Shades of Contessa #CA746C

Tints of Contessa #CA746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.35%

R = 47.42%
G = 27.23%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA746C (or 0xCA746C) is known color: Contessa. HEX triplet: CA, 74 and 6C. RGB value is (202,116,108). Sum of RGB (Red+Green+Blue) = 202+116+108=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA746C is #358B93. Grayscale: #8C8C8C. Windows color (decimal): -3509140 or 7107786. OLE color: 7107786.

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

Color convert

RGB 202 116 108 -
CMYK 0 0.43 0.47 0.21
HSL 5.11º 0.47% 0.61% -
HSV(B) 5.11º 0.47% 0.79% -
XYZ 33.31 26.13 17.48 -
YUV 140.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 202 116 108 0 0.43 0.47 0.21 5.11 0.47 0.61
Hex CA 74 6C 0 2B 2F 15 5 2F 3D
Octal 312 164 154 0 53 57 25 5 57 75
Binary 11001010 1110100 1101100 0 101011 101111 10101 101 101111 111101

Color Harmonies of #CA746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA746C

Black with #CA746C

Text Example


Text Example

White with #CA746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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