Html Css Color HEX #CA6038 Ecstasy

📋 copy color: '#CA6038'

red 202 ◦ green 96 ◦ blue 56

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

Shades of Ecstasy #CA6038

Tints of Ecstasy #CA6038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 57.06%
G = 27.12%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA6038 (or 0xCA6038) is known color: Ecstasy. HEX triplet: CA, 60 and 38. RGB value is (202,96,56). Sum of RGB (Red+Green+Blue) = 202+96+56=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6038 is #359FC7. Grayscale: #7B7B7B. Windows color (decimal): -3514312 or 3694794. OLE color: 3694794.

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

Color convert

RGB 202 96 56 -
CMYK 0 0.52 0.72 0.21
HSL 16.44º 0.58% 0.51% -
HSV(B) 16.44º 0.72% 0.79% -
XYZ 29.25 21.21 6.29 -
YUV 123.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 202 96 56 0 0.52 0.72 0.21 16.44 0.58 0.51
Hex CA 60 38 0 34 48 15 10 3A 33
Octal 312 140 70 0 64 110 25 20 72 63
Binary 11001010 1100000 111000 0 110100 1001000 10101 10000 111010 110011

Color Harmonies of #CA6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6038

Black with #CA6038

Text Example


Text Example

White with #CA6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6038; }

 p { color: rgb(202,96,56); }

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

background-color css

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

 a { background-color: rgb(202,96,56); }

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

border-color css

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

 span { border-color: rgb(202,96,56); }

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