Html Css Color HEX #CA6C4F Red Damask

📋 copy color: '#CA6C4F'

red 202 ◦ green 108 ◦ blue 79

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

Shades of Red Damask #CA6C4F

Tints of Red Damask #CA6C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 51.93%
G = 27.76%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA6C4F (or 0xCA6C4F) is known color: Red Damask. HEX triplet: CA, 6C and 4F. RGB value is (202,108,79). Sum of RGB (Red+Green+Blue) = 202+108+79=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C4F is #3593B0. Grayscale: #858585. Windows color (decimal): -3511217 or 5205194. OLE color: 5205194.

HSL color Cylindrical-coordinate representation of color #CA6C4F: hue angle of 14.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 #CA6C4F is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 79 -
CMYK 0 0.47 0.61 0.21
HSL 14.15º 0.54% 0.55% -
HSV(B) 14.15º 0.61% 0.79% -
XYZ 31.13 23.85 10.36 -
YUV 132.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 202 108 79 0 0.47 0.61 0.21 14.15 0.54 0.55
Hex CA 6C 4F 0 2F 3D 15 E 36 37
Octal 312 154 117 0 57 75 25 16 66 67
Binary 11001010 1101100 1001111 0 101111 111101 10101 1110 110110 110111

Color Harmonies of #CA6C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C4F

Black with #CA6C4F

Text Example


Text Example

White with #CA6C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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