Html Css Color HEX #CA754E Red Damask

📋 copy color: '#CA754E'

red 202 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #CA754E

Tints of Red Damask #CA754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 50.88%
G = 29.47%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA754E (or 0xCA754E) is known color: Red Damask. HEX triplet: CA, 75 and 4E. RGB value is (202,117,78). Sum of RGB (Red+Green+Blue) = 202+117+78=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA754E is #358AB1. Grayscale: #8A8A8A. Windows color (decimal): -3508914 or 5141962. OLE color: 5141962.

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

Color convert

RGB 202 117 78 -
CMYK 0 0.42 0.61 0.21
HSL 18.87º 0.54% 0.55% -
HSV(B) 18.87º 0.61% 0.79% -
XYZ 32.09 25.83 10.5 -
YUV 137.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 202 117 78 0 0.42 0.61 0.21 18.87 0.54 0.55
Hex CA 75 4E 0 2A 3D 15 13 36 37
Octal 312 165 116 0 52 75 25 23 66 67
Binary 11001010 1110101 1001110 0 101010 111101 10101 10011 110110 110111

Color Harmonies of #CA754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA754E

Black with #CA754E

Text Example


Text Example

White with #CA754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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