Html Css Color HEX #CA6533 Ecstasy

📋 copy color: '#CA6533'

red 202 ◦ green 101 ◦ blue 51

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

Shades of Ecstasy #CA6533

Tints of Ecstasy #CA6533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 57.06%
G = 28.53%
B = 14.41%

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

#CA6533 (or 0xCA6533) is known color: Ecstasy. HEX triplet: CA, 65 and 33. RGB value is (202,101,51). Sum of RGB (Red+Green+Blue) = 202+101+51=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6533 is #359ACC. Grayscale: #7D7D7D. Windows color (decimal): -3513037 or 3368394. OLE color: 3368394.

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

Color convert

RGB 202 101 51 -
CMYK 0 0.50 0.75 0.21
HSL 19.87º 0.6% 0.5% -
HSV(B) 19.87º 0.75% 0.79% -
XYZ 29.61 22.1 5.84 -
YUV 125.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 202 101 51 0 0.50 0.75 0.21 19.87 0.6 0.5
Hex CA 65 33 0 32 4B 15 14 3C 32
Octal 312 145 63 0 62 113 25 24 74 62
Binary 11001010 1100101 110011 0 110010 1001011 10101 10100 111100 110010

Color Harmonies of #CA6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6533

Black with #CA6533

Text Example


Text Example

White with #CA6533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6533; }

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

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

background-color css

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

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

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

border-color css

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

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

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