Html Css Color HEX #CA583A Ecstasy

📋 copy color: '#CA583A'

red 202 ◦ green 88 ◦ blue 58

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

Shades of Ecstasy #CA583A

Tints of Ecstasy #CA583A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 58.05%
G = 25.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA583A (or 0xCA583A) is known color: Ecstasy. HEX triplet: CA, 58 and 3A. RGB value is (202,88,58). Sum of RGB (Red+Green+Blue) = 202+88+58=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA583A is #35A7C5. Grayscale: #767676. Windows color (decimal): -3516358 or 3823818. OLE color: 3823818.

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

Color convert

RGB 202 88 58 -
CMYK 0 0.56 0.71 0.21
HSL 12.5º 0.58% 0.51% -
HSV(B) 12.5º 0.71% 0.79% -
XYZ 28.61 19.84 6.32 -
YUV 118.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 202 88 58 0 0.56 0.71 0.21 12.5 0.58 0.51
Hex CA 58 3A 0 38 47 15 C 3A 33
Octal 312 130 72 0 70 107 25 14 72 63
Binary 11001010 1011000 111010 0 111000 1000111 10101 1100 111010 110011

Color Harmonies of #CA583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA583A

Black with #CA583A

Text Example


Text Example

White with #CA583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA583A; }

 p { color: rgb(202,88,58); }

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

background-color css

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

 a { background-color: rgb(202,88,58); }

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

border-color css

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

 span { border-color: rgb(202,88,58); }

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