Html Css Color HEX #CA6530 Ecstasy

📋 copy color: '#CA6530'

red 202 ◦ green 101 ◦ blue 48

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

Shades of Ecstasy #CA6530

Tints of Ecstasy #CA6530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 57.55%
G = 28.77%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA6530 (or 0xCA6530) is known color: Ecstasy. HEX triplet: CA, 65 and 30. RGB value is (202,101,48). Sum of RGB (Red+Green+Blue) = 202+101+48=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6530 is #359ACF. Grayscale: #7D7D7D. Windows color (decimal): -3513040 or 3171786. OLE color: 3171786.

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

Color convert

RGB 202 101 48 -
CMYK 0 0.50 0.76 0.21
HSL 20.65º 0.62% 0.49% -
HSV(B) 20.65º 0.76% 0.79% -
XYZ 29.54 22.08 5.5 -
YUV 125.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 202 101 48 0 0.50 0.76 0.21 20.65 0.62 0.49
Hex CA 65 30 0 32 4C 15 15 3E 31
Octal 312 145 60 0 62 114 25 25 76 61
Binary 11001010 1100101 110000 0 110010 1001100 10101 10101 111110 110001

Color Harmonies of #CA6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6530

Black with #CA6530

Text Example


Text Example

White with #CA6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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