Html Css Color HEX #CA6C4D Red Damask

📋 copy color: '#CA6C4D'

red 202 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #CA6C4D

Tints of Red Damask #CA6C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 52.2%
G = 27.91%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA6C4D (or 0xCA6C4D) is known color: Red Damask. HEX triplet: CA, 6C and 4D. RGB value is (202,108,77). Sum of RGB (Red+Green+Blue) = 202+108+77=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C4D is #3593B2. Grayscale: #848484. Windows color (decimal): -3511219 or 5074122. OLE color: 5074122.

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

Color convert

RGB 202 108 77 -
CMYK 0 0.47 0.62 0.21
HSL 14.88º 0.54% 0.55% -
HSV(B) 14.88º 0.62% 0.79% -
XYZ 31.06 23.82 9.98 -
YUV 132.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 202 108 77 0 0.47 0.62 0.21 14.88 0.54 0.55
Hex CA 6C 4D 0 2F 3E 15 F 36 37
Octal 312 154 115 0 57 76 25 17 66 67
Binary 11001010 1101100 1001101 0 101111 111110 10101 1111 110110 110111

Color Harmonies of #CA6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C4D

Black with #CA6C4D

Text Example


Text Example

White with #CA6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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