Html Css Color HEX #CA6D4A Red Damask

📋 copy color: '#CA6D4A'

red 202 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #CA6D4A

Tints of Red Damask #CA6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 52.47%
G = 28.31%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA6D4A (or 0xCA6D4A) is known color: Red Damask. HEX triplet: CA, 6D and 4A. RGB value is (202,109,74). Sum of RGB (Red+Green+Blue) = 202+109+74=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D4A is #3592B5. Grayscale: #858585. Windows color (decimal): -3510966 or 4877770. OLE color: 4877770.

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

Color convert

RGB 202 109 74 -
CMYK 0 0.46 0.63 0.21
HSL 16.41º 0.55% 0.54% -
HSV(B) 16.41º 0.63% 0.79% -
XYZ 31.06 23.99 9.47 -
YUV 132.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 202 109 74 0 0.46 0.63 0.21 16.41 0.55 0.54
Hex CA 6D 4A 0 2E 3F 15 10 37 36
Octal 312 155 112 0 56 77 25 20 67 66
Binary 11001010 1101101 1001010 0 101110 111111 10101 10000 110111 110110

Color Harmonies of #CA6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D4A

Black with #CA6D4A

Text Example


Text Example

White with #CA6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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