Html Css Color HEX #CA6646 Red Damask

📋 copy color: '#CA6646'

red 202 ◦ green 102 ◦ blue 70

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

Shades of Red Damask #CA6646

Tints of Red Damask #CA6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 54.01%
G = 27.27%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA6646 (or 0xCA6646) is known color: Red Damask. HEX triplet: CA, 66 and 46. RGB value is (202,102,70). Sum of RGB (Red+Green+Blue) = 202+102+70=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6646 is #3599B9. Grayscale: #808080. Windows color (decimal): -3512762 or 4613834. OLE color: 4613834.

HSL color Cylindrical-coordinate representation of color #CA6646: hue angle of 14.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA6646 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 102 70 -
CMYK 0 0.50 0.65 0.21
HSL 14.55º 0.55% 0.53% -
HSV(B) 14.55º 0.65% 0.79% -
XYZ 30.21 22.5 8.55 -
YUV 128.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 202 102 70 0 0.50 0.65 0.21 14.55 0.55 0.53
Hex CA 66 46 0 32 41 15 F 37 35
Octal 312 146 106 0 62 101 25 17 67 65
Binary 11001010 1100110 1000110 0 110010 1000001 10101 1111 110111 110101

Color Harmonies of #CA6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6646

Black with #CA6646

Text Example


Text Example

White with #CA6646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6646; }

 p { color: rgb(202,102,70); }

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

background-color css

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

 a { background-color: rgb(202,102,70); }

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

border-color css

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

 span { border-color: rgb(202,102,70); }

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