Html Css Color HEX #CA603E Ecstasy

📋 copy color: '#CA603E'

red 202 ◦ green 96 ◦ blue 62

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

Shades of Ecstasy #CA603E

Tints of Ecstasy #CA603E

RGB

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

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

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

R = 56.11%
G = 26.67%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA603E (or 0xCA603E) is known color: Ecstasy. HEX triplet: CA, 60 and 3E. RGB value is (202,96,62). Sum of RGB (Red+Green+Blue) = 202+96+62=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA603E is #359FC1. Grayscale: #7C7C7C. Windows color (decimal): -3514306 or 4088010. OLE color: 4088010.

HSL color Cylindrical-coordinate representation of color #CA603E: hue angle of 14.57º 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 #CA603E is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 62 -
CMYK 0 0.52 0.69 0.21
HSL 14.57º 0.57% 0.52% -
HSV(B) 14.57º 0.69% 0.79% -
XYZ 29.41 21.27 7.11 -
YUV 123.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 202 96 62 0 0.52 0.69 0.21 14.57 0.57 0.52
Hex CA 60 3E 0 34 45 15 F 39 34
Octal 312 140 76 0 64 105 25 17 71 64
Binary 11001010 1100000 111110 0 110100 1000101 10101 1111 111001 110100

Color Harmonies of #CA603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA603E

Black with #CA603E

Text Example


Text Example

White with #CA603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA603E; }

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

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

background-color css

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

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

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

border-color css

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

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

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