Html Css Color HEX #CA5E3C Ecstasy

📋 copy color: '#CA5E3C'

red 202 ◦ green 94 ◦ blue 60

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

Shades of Ecstasy #CA5E3C

Tints of Ecstasy #CA5E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 56.74%
G = 26.4%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA5E3C (or 0xCA5E3C) is known color: Ecstasy. HEX triplet: CA, 5E and 3C. RGB value is (202,94,60). Sum of RGB (Red+Green+Blue) = 202+94+60=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E3C is #35A1C3. Grayscale: #7A7A7A. Windows color (decimal): -3514820 or 3956426. OLE color: 3956426.

HSL color Cylindrical-coordinate representation of color #CA5E3C: hue angle of 14.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA5E3C is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 60 -
CMYK 0 0.53 0.70 0.21
HSL 14.37º 0.57% 0.51% -
HSV(B) 14.37º 0.7% 0.79% -
XYZ 29.18 20.89 6.77 -
YUV 122.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 202 94 60 0 0.53 0.70 0.21 14.37 0.57 0.51
Hex CA 5E 3C 0 35 46 15 E 39 33
Octal 312 136 74 0 65 106 25 16 71 63
Binary 11001010 1011110 111100 0 110101 1000110 10101 1110 111001 110011

Color Harmonies of #CA5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E3C

Black with #CA5E3C

Text Example


Text Example

White with #CA5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E3C; }

 p { color: rgb(202,94,60); }

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

background-color css

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

 a { background-color: rgb(202,94,60); }

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

border-color css

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

 span { border-color: rgb(202,94,60); }

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