Html Css Color HEX #CA613C Ecstasy

📋 copy color: '#CA613C'

red 202 ◦ green 97 ◦ blue 60

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

Shades of Ecstasy #CA613C

Tints of Ecstasy #CA613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 56.27%
G = 27.02%
B = 16.71%

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

#CA613C (or 0xCA613C) is known color: Ecstasy. HEX triplet: CA, 61 and 3C. RGB value is (202,97,60). Sum of RGB (Red+Green+Blue) = 202+97+60=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA613C is #359EC3. Grayscale: #7C7C7C. Windows color (decimal): -3514052 or 3957194. OLE color: 3957194.

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

Color convert

RGB 202 97 60 -
CMYK 0 0.52 0.70 0.21
HSL 15.63º 0.57% 0.51% -
HSV(B) 15.63º 0.7% 0.79% -
XYZ 29.45 21.43 6.86 -
YUV 124.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 202 97 60 0 0.52 0.70 0.21 15.63 0.57 0.51
Hex CA 61 3C 0 34 46 15 10 39 33
Octal 312 141 74 0 64 106 25 20 71 63
Binary 11001010 1100001 111100 0 110100 1000110 10101 10000 111001 110011

Color Harmonies of #CA613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA613C

Black with #CA613C

Text Example


Text Example

White with #CA613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA613C; }

 p { color: rgb(202,97,60); }

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

background-color css

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

 a { background-color: rgb(202,97,60); }

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

border-color css

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

 span { border-color: rgb(202,97,60); }

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