Html Css Color HEX #CA613D Ecstasy

📋 copy color: '#CA613D'

red 202 ◦ green 97 ◦ blue 61

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

Shades of Ecstasy #CA613D

Tints of Ecstasy #CA613D

RGB

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

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

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

R = 56.11%
G = 26.94%
B = 16.94%

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

#CA613D (or 0xCA613D) is known color: Ecstasy. HEX triplet: CA, 61 and 3D. RGB value is (202,97,61). Sum of RGB (Red+Green+Blue) = 202+97+61=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA613D is #359EC2. Grayscale: #7C7C7C. Windows color (decimal): -3514051 or 4022730. OLE color: 4022730.

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

Color convert

RGB 202 97 61 -
CMYK 0 0.52 0.70 0.21
HSL 15.32º 0.57% 0.52% -
HSV(B) 15.32º 0.7% 0.79% -
XYZ 29.47 21.44 7 -
YUV 124.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 202 97 61 0 0.52 0.70 0.21 15.32 0.57 0.52
Hex CA 61 3D 0 34 46 15 F 39 34
Octal 312 141 75 0 64 106 25 17 71 64
Binary 11001010 1100001 111101 0 110100 1000110 10101 1111 111001 110100

Color Harmonies of #CA613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA613D

Black with #CA613D

Text Example


Text Example

White with #CA613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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