Html Css Color HEX #CA6746 Red Damask

📋 copy color: '#CA6746'

red 202 ◦ green 103 ◦ blue 70

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

Shades of Red Damask #CA6746

Tints of Red Damask #CA6746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 53.87%
G = 27.47%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA6746 (or 0xCA6746) is known color: Red Damask. HEX triplet: CA, 67 and 46. RGB value is (202,103,70). Sum of RGB (Red+Green+Blue) = 202+103+70=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6746 is #3598B9. Grayscale: #818181. Windows color (decimal): -3512506 or 4614090. OLE color: 4614090.

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

Color convert

RGB 202 103 70 -
CMYK 0 0.49 0.65 0.21
HSL 15º 0.55% 0.53% -
HSV(B) 15º 0.65% 0.79% -
XYZ 30.31 22.7 8.58 -
YUV 128.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 202 103 70 0 0.49 0.65 0.21 15 0.55 0.53
Hex CA 67 46 0 31 41 15 F 37 35
Octal 312 147 106 0 61 101 25 17 67 65
Binary 11001010 1100111 1000110 0 110001 1000001 10101 1111 110111 110101

Color Harmonies of #CA6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6746

Black with #CA6746

Text Example


Text Example

White with #CA6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6746; }

 p { color: rgb(202,103,70); }

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

background-color css

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

 a { background-color: rgb(202,103,70); }

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

border-color css

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

 span { border-color: rgb(202,103,70); }

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