Html Css Color HEX #CA663F Ecstasy

📋 copy color: '#CA663F'

red 202 ◦ green 102 ◦ blue 63

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

Shades of Ecstasy #CA663F

Tints of Ecstasy #CA663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 55.04%
G = 27.79%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA663F (or 0xCA663F) is known color: Ecstasy. HEX triplet: CA, 66 and 3F. RGB value is (202,102,63). Sum of RGB (Red+Green+Blue) = 202+102+63=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA663F is #3599C0. Grayscale: #7F7F7F. Windows color (decimal): -3512769 or 4155082. OLE color: 4155082.

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

Color convert

RGB 202 102 63 -
CMYK 0 0.50 0.69 0.21
HSL 16.83º 0.57% 0.52% -
HSV(B) 16.83º 0.69% 0.79% -
XYZ 30.01 22.42 7.45 -
YUV 127.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 202 102 63 0 0.50 0.69 0.21 16.83 0.57 0.52
Hex CA 66 3F 0 32 45 15 11 39 34
Octal 312 146 77 0 62 105 25 21 71 64
Binary 11001010 1100110 111111 0 110010 1000101 10101 10001 111001 110100

Color Harmonies of #CA663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA663F

Black with #CA663F

Text Example


Text Example

White with #CA663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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