Html Css Color HEX #CA5D3E Ecstasy

📋 copy color: '#CA5D3E'

red 202 ◦ green 93 ◦ blue 62

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

Shades of Ecstasy #CA5D3E

Tints of Ecstasy #CA5D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 56.58%
G = 26.05%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA5D3E (or 0xCA5D3E) is known color: Ecstasy. HEX triplet: CA, 5D and 3E. RGB value is (202,93,62). Sum of RGB (Red+Green+Blue) = 202+93+62=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D3E is #35A2C1. Grayscale: #7A7A7A. Windows color (decimal): -3515074 or 4087242. OLE color: 4087242.

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

Color convert

RGB 202 93 62 -
CMYK 0 0.54 0.69 0.21
HSL 13.29º 0.57% 0.52% -
HSV(B) 13.29º 0.69% 0.79% -
XYZ 29.14 20.73 7.02 -
YUV 122.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 202 93 62 0 0.54 0.69 0.21 13.29 0.57 0.52
Hex CA 5D 3E 0 36 45 15 D 39 34
Octal 312 135 76 0 66 105 25 15 71 64
Binary 11001010 1011101 111110 0 110110 1000101 10101 1101 111001 110100

Color Harmonies of #CA5D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D3E

Black with #CA5D3E

Text Example


Text Example

White with #CA5D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D3E; }

 p { color: rgb(202,93,62); }

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

background-color css

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

 a { background-color: rgb(202,93,62); }

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

border-color css

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

 span { border-color: rgb(202,93,62); }

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