Html Css Color HEX #CA6D4D Red Damask

📋 copy color: '#CA6D4D'

red 202 ◦ green 109 ◦ blue 77

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

Shades of Red Damask #CA6D4D

Tints of Red Damask #CA6D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

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

R = 52.06%
G = 28.09%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA6D4D (or 0xCA6D4D) is known color: Red Damask. HEX triplet: CA, 6D and 4D. RGB value is (202,109,77). Sum of RGB (Red+Green+Blue) = 202+109+77=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D4D is #3592B2. Grayscale: #858585. Windows color (decimal): -3510963 or 5074378. OLE color: 5074378.

HSL color Cylindrical-coordinate representation of color #CA6D4D: hue angle of 15.36º 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 #CA6D4D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 109 77 -
CMYK 0 0.46 0.62 0.21
HSL 15.36º 0.54% 0.55% -
HSV(B) 15.36º 0.62% 0.79% -
XYZ 31.17 24.03 10.02 -
YUV 133.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 202 109 77 0 0.46 0.62 0.21 15.36 0.54 0.55
Hex CA 6D 4D 0 2E 3E 15 F 36 37
Octal 312 155 115 0 56 76 25 17 66 67
Binary 11001010 1101101 1001101 0 101110 111110 10101 1111 110110 110111

Color Harmonies of #CA6D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D4D

Black with #CA6D4D

Text Example


Text Example

White with #CA6D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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