Html Css Color HEX #CA6D4B Red Damask

📋 copy color: '#CA6D4B'

red 202 ◦ green 109 ◦ blue 75

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

Shades of Red Damask #CA6D4B

Tints of Red Damask #CA6D4B

RGB

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

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

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

R = 52.33%
G = 28.24%
B = 19.43%

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

#CA6D4B (or 0xCA6D4B) is known color: Red Damask. HEX triplet: CA, 6D and 4B. RGB value is (202,109,75). Sum of RGB (Red+Green+Blue) = 202+109+75=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D4B is #3592B4. Grayscale: #858585. Windows color (decimal): -3510965 or 4943306. OLE color: 4943306.

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

Color convert

RGB 202 109 75 -
CMYK 0 0.46 0.63 0.21
HSL 16.06º 0.55% 0.54% -
HSV(B) 16.06º 0.63% 0.79% -
XYZ 31.1 24 9.65 -
YUV 132.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 202 109 75 0 0.46 0.63 0.21 16.06 0.55 0.54
Hex CA 6D 4B 0 2E 3F 15 10 37 36
Octal 312 155 113 0 56 77 25 20 67 66
Binary 11001010 1101101 1001011 0 101110 111111 10101 10000 110111 110110

Color Harmonies of #CA6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6D4B

Black with #CA6D4B

Text Example


Text Example

White with #CA6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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