Html Css Color HEX #CA754F Red Damask

📋 copy color: '#CA754F'

red 202 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #CA754F

Tints of Red Damask #CA754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 50.75%
G = 29.4%
B = 19.85%

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

#CA754F (or 0xCA754F) is known color: Red Damask. HEX triplet: CA, 75 and 4F. RGB value is (202,117,79). Sum of RGB (Red+Green+Blue) = 202+117+79=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA754F is #358AB0. Grayscale: #8A8A8A. Windows color (decimal): -3508913 or 5207498. OLE color: 5207498.

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

Color convert

RGB 202 117 79 -
CMYK 0 0.42 0.61 0.21
HSL 18.54º 0.54% 0.55% -
HSV(B) 18.54º 0.61% 0.79% -
XYZ 32.13 25.84 10.69 -
YUV 138.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 202 117 79 0 0.42 0.61 0.21 18.54 0.54 0.55
Hex CA 75 4F 0 2A 3D 15 13 36 37
Octal 312 165 117 0 52 75 25 23 66 67
Binary 11001010 1110101 1001111 0 101010 111101 10101 10011 110110 110111

Color Harmonies of #CA754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA754F

Black with #CA754F

Text Example


Text Example

White with #CA754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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