Html Css Color HEX #CA6749 Red Damask

📋 copy color: '#CA6749'

red 202 ◦ green 103 ◦ blue 73

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

Shades of Red Damask #CA6749

Tints of Red Damask #CA6749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 53.44%
G = 27.25%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6749 (or 0xCA6749) is known color: Red Damask. HEX triplet: CA, 67 and 49. RGB value is (202,103,73). Sum of RGB (Red+Green+Blue) = 202+103+73=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6749 is #3598B6. Grayscale: #818181. Windows color (decimal): -3512503 or 4810698. OLE color: 4810698.

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

Color convert

RGB 202 103 73 -
CMYK 0 0.49 0.64 0.21
HSL 13.95º 0.55% 0.54% -
HSV(B) 13.95º 0.64% 0.79% -
XYZ 30.41 22.74 9.09 -
YUV 129.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 202 103 73 0 0.49 0.64 0.21 13.95 0.55 0.54
Hex CA 67 49 0 31 40 15 E 37 36
Octal 312 147 111 0 61 100 25 16 67 66
Binary 11001010 1100111 1001001 0 110001 1000000 10101 1110 110111 110110

Color Harmonies of #CA6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6749

Black with #CA6749

Text Example


Text Example

White with #CA6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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