Html Css Color HEX #CA613F Ecstasy

📋 copy color: '#CA613F'

red 202 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #CA613F

Tints of Ecstasy #CA613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 55.8%
G = 26.8%
B = 17.4%

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

#CA613F (or 0xCA613F) is known color: Ecstasy. HEX triplet: CA, 61 and 3F. RGB value is (202,97,63). Sum of RGB (Red+Green+Blue) = 202+97+63=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA613F is #359EC0. Grayscale: #7C7C7C. Windows color (decimal): -3514049 or 4153802. OLE color: 4153802.

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

Color convert

RGB 202 97 63 -
CMYK 0 0.52 0.69 0.21
HSL 14.68º 0.57% 0.52% -
HSV(B) 14.68º 0.69% 0.79% -
XYZ 29.53 21.46 7.29 -
YUV 124.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 202 97 63 0 0.52 0.69 0.21 14.68 0.57 0.52
Hex CA 61 3F 0 34 45 15 F 39 34
Octal 312 141 77 0 64 105 25 17 71 64
Binary 11001010 1100001 111111 0 110100 1000101 10101 1111 111001 110100

Color Harmonies of #CA613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA613F

Black with #CA613F

Text Example


Text Example

White with #CA613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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