Html Css Color HEX #CA754C Red Damask

📋 copy color: '#CA754C'

red 202 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #CA754C

Tints of Red Damask #CA754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.62%

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 51.14%
G = 29.62%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA754C (or 0xCA754C) is known color: Red Damask. HEX triplet: CA, 75 and 4C. RGB value is (202,117,76). Sum of RGB (Red+Green+Blue) = 202+117+76=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA754C is #358AB3. Grayscale: #898989. Windows color (decimal): -3508916 or 5010890. OLE color: 5010890.

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

Color convert

RGB 202 117 76 -
CMYK 0 0.42 0.62 0.21
HSL 19.52º 0.54% 0.55% -
HSV(B) 19.52º 0.62% 0.79% -
XYZ 32.02 25.8 10.13 -
YUV 137.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 202 117 76 0 0.42 0.62 0.21 19.52 0.54 0.55
Hex CA 75 4C 0 2A 3E 15 14 36 37
Octal 312 165 114 0 52 76 25 24 66 67
Binary 11001010 1110101 1001100 0 101010 111110 10101 10100 110110 110111

Color Harmonies of #CA754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA754C

Black with #CA754C

Text Example


Text Example

White with #CA754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA754C; }

 p { color: rgb(202,117,76); }

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

background-color css

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

 a { background-color: rgb(202,117,76); }

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

border-color css

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

 span { border-color: rgb(202,117,76); }

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