Html Css Color HEX #CA603D Ecstasy

📋 copy color: '#CA603D'

red 202 ◦ green 96 ◦ blue 61

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

Shades of Ecstasy #CA603D

Tints of Ecstasy #CA603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 56.27%
G = 26.74%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA603D (or 0xCA603D) is known color: Ecstasy. HEX triplet: CA, 60 and 3D. RGB value is (202,96,61). Sum of RGB (Red+Green+Blue) = 202+96+61=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA603D is #359FC2. Grayscale: #7B7B7B. Windows color (decimal): -3514307 or 4022474. OLE color: 4022474.

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

Color convert

RGB 202 96 61 -
CMYK 0 0.52 0.70 0.21
HSL 14.89º 0.57% 0.52% -
HSV(B) 14.89º 0.7% 0.79% -
XYZ 29.38 21.26 6.97 -
YUV 123.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 202 96 61 0 0.52 0.70 0.21 14.89 0.57 0.52
Hex CA 60 3D 0 34 46 15 F 39 34
Octal 312 140 75 0 64 106 25 17 71 64
Binary 11001010 1100000 111101 0 110100 1000110 10101 1111 111001 110100

Color Harmonies of #CA603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA603D

Black with #CA603D

Text Example


Text Example

White with #CA603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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