Html Css Color HEX #CA6C48 Red Damask

📋 copy color: '#CA6C48'

red 202 ◦ green 108 ◦ blue 72

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

Shades of Red Damask #CA6C48

Tints of Red Damask #CA6C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 52.88%
G = 28.27%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6C48 (or 0xCA6C48) is known color: Red Damask. HEX triplet: CA, 6C and 48. RGB value is (202,108,72). Sum of RGB (Red+Green+Blue) = 202+108+72=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C48 is #3593B7. Grayscale: #848484. Windows color (decimal): -3511224 or 4746442. OLE color: 4746442.

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

Color convert

RGB 202 108 72 -
CMYK 0 0.47 0.64 0.21
HSL 16.62º 0.55% 0.54% -
HSV(B) 16.62º 0.64% 0.79% -
XYZ 30.89 23.75 9.09 -
YUV 132 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 202 108 72 0 0.47 0.64 0.21 16.62 0.55 0.54
Hex CA 6C 48 0 2F 40 15 11 37 36
Octal 312 154 110 0 57 100 25 21 67 66
Binary 11001010 1101100 1001000 0 101111 1000000 10101 10001 110111 110110

Color Harmonies of #CA6C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C48

Black with #CA6C48

Text Example


Text Example

White with #CA6C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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