Html Css Color HEX #CA6D4E Red Damask

📋 copy color: '#CA6D4E'

red 202 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #CA6D4E

Tints of Red Damask #CA6D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 51.93%
G = 28.02%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA6D4E (or 0xCA6D4E) is known color: Red Damask. HEX triplet: CA, 6D and 4E. RGB value is (202,109,78). Sum of RGB (Red+Green+Blue) = 202+109+78=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D4E is #3592B1. Grayscale: #858585. Windows color (decimal): -3510962 or 5139914. OLE color: 5139914.

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

Color convert

RGB 202 109 78 -
CMYK 0 0.46 0.61 0.21
HSL 15º 0.54% 0.55% -
HSV(B) 15º 0.61% 0.79% -
XYZ 31.2 24.04 10.2 -
YUV 133.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 202 109 78 0 0.46 0.61 0.21 15 0.54 0.55
Hex CA 6D 4E 0 2E 3D 15 F 36 37
Octal 312 155 116 0 56 75 25 17 66 67
Binary 11001010 1101101 1001110 0 101110 111101 10101 1111 110110 110111

Color Harmonies of #CA6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D4E

Black with #CA6D4E

Text Example


Text Example

White with #CA6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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