Html Css Color HEX #CA6532 Ecstasy

📋 copy color: '#CA6532'

red 202 ◦ green 101 ◦ blue 50

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

Shades of Ecstasy #CA6532

Tints of Ecstasy #CA6532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 57.22%
G = 28.61%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA6532 (or 0xCA6532) is known color: Ecstasy. HEX triplet: CA, 65 and 32. RGB value is (202,101,50). Sum of RGB (Red+Green+Blue) = 202+101+50=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6532 is #359ACD. Grayscale: #7D7D7D. Windows color (decimal): -3513038 or 3302858. OLE color: 3302858.

HSL color Cylindrical-coordinate representation of color #CA6532: hue angle of 20.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA6532 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 101 50 -
CMYK 0 0.50 0.75 0.21
HSL 20.13º 0.6% 0.49% -
HSV(B) 20.13º 0.75% 0.79% -
XYZ 29.59 22.09 5.72 -
YUV 125.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 202 101 50 0 0.50 0.75 0.21 20.13 0.6 0.49
Hex CA 65 32 0 32 4B 15 14 3C 31
Octal 312 145 62 0 62 113 25 24 74 61
Binary 11001010 1100101 110010 0 110010 1001011 10101 10100 111100 110001

Color Harmonies of #CA6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6532

Black with #CA6532

Text Example


Text Example

White with #CA6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6532; }

 p { color: rgb(202,101,50); }

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

background-color css

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

 a { background-color: rgb(202,101,50); }

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

border-color css

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

 span { border-color: rgb(202,101,50); }

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