Html Css Color HEX #CA663E Ecstasy

📋 copy color: '#CA663E'

red 202 ◦ green 102 ◦ blue 62

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

Shades of Ecstasy #CA663E

Tints of Ecstasy #CA663E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 55.19%
G = 27.87%
B = 16.94%

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

#CA663E (or 0xCA663E) is known color: Ecstasy. HEX triplet: CA, 66 and 3E. RGB value is (202,102,62). Sum of RGB (Red+Green+Blue) = 202+102+62=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA663E is #3599C1. Grayscale: #7F7F7F. Windows color (decimal): -3512770 or 4089546. OLE color: 4089546.

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

Color convert

RGB 202 102 62 -
CMYK 0 0.50 0.69 0.21
HSL 17.14º 0.57% 0.52% -
HSV(B) 17.14º 0.69% 0.79% -
XYZ 29.98 22.41 7.3 -
YUV 127.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 202 102 62 0 0.50 0.69 0.21 17.14 0.57 0.52
Hex CA 66 3E 0 32 45 15 11 39 34
Octal 312 146 76 0 62 105 25 21 71 64
Binary 11001010 1100110 111110 0 110010 1000101 10101 10001 111001 110100

Color Harmonies of #CA663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA663E

Black with #CA663E

Text Example


Text Example

White with #CA663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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