Html Css Color HEX #CA6E4B Red Damask

📋 copy color: '#CA6E4B'

red 202 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #CA6E4B

Tints of Red Damask #CA6E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 52.2%
G = 28.42%
B = 19.38%

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

#CA6E4B (or 0xCA6E4B) is known color: Red Damask. HEX triplet: CA, 6E and 4B. RGB value is (202,110,75). Sum of RGB (Red+Green+Blue) = 202+110+75=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E4B is #3591B4. Grayscale: #858585. Windows color (decimal): -3510709 or 4943562. OLE color: 4943562.

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

Color convert

RGB 202 110 75 -
CMYK 0 0.46 0.63 0.21
HSL 16.54º 0.55% 0.54% -
HSV(B) 16.54º 0.63% 0.79% -
XYZ 31.2 24.22 9.69 -
YUV 133.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 202 110 75 0 0.46 0.63 0.21 16.54 0.55 0.54
Hex CA 6E 4B 0 2E 3F 15 11 37 36
Octal 312 156 113 0 56 77 25 21 67 66
Binary 11001010 1101110 1001011 0 101110 111111 10101 10001 110111 110110

Color Harmonies of #CA6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E4B

Black with #CA6E4B

Text Example


Text Example

White with #CA6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E4B; }

 p { color: rgb(202,110,75); }

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

background-color css

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

 a { background-color: rgb(202,110,75); }

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

border-color css

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

 span { border-color: rgb(202,110,75); }

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