Html Css Color HEX #CA5A3B Ecstasy

📋 copy color: '#CA5A3B'

red 202 ◦ green 90 ◦ blue 59

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

Shades of Ecstasy #CA5A3B

Tints of Ecstasy #CA5A3B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.64%

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 57.55%
G = 25.64%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA5A3B (or 0xCA5A3B) is known color: Ecstasy. HEX triplet: CA, 5A and 3B. RGB value is (202,90,59). Sum of RGB (Red+Green+Blue) = 202+90+59=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A3B is #35A5C4. Grayscale: #787878. Windows color (decimal): -3515845 or 3889866. OLE color: 3889866.

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

Color convert

RGB 202 90 59 -
CMYK 0 0.55 0.71 0.21
HSL 13.01º 0.57% 0.51% -
HSV(B) 13.01º 0.71% 0.79% -
XYZ 28.8 20.18 6.52 -
YUV 119.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 202 90 59 0 0.55 0.71 0.21 13.01 0.57 0.51
Hex CA 5A 3B 0 37 47 15 D 39 33
Octal 312 132 73 0 67 107 25 15 71 63
Binary 11001010 1011010 111011 0 110111 1000111 10101 1101 111001 110011

Color Harmonies of #CA5A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A3B

Black with #CA5A3B

Text Example


Text Example

White with #CA5A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A3B; }

 p { color: rgb(202,90,59); }

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

background-color css

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

 a { background-color: rgb(202,90,59); }

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

border-color css

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

 span { border-color: rgb(202,90,59); }

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