Html Css Color HEX #CA663D Ecstasy

📋 copy color: '#CA663D'

red 202 ◦ green 102 ◦ blue 61

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

Shades of Ecstasy #CA663D

Tints of Ecstasy #CA663D

RGB

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

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

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

R = 55.34%
G = 27.95%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA663D (or 0xCA663D) is known color: Ecstasy. HEX triplet: CA, 66 and 3D. RGB value is (202,102,61). Sum of RGB (Red+Green+Blue) = 202+102+61=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA663D is #3599C2. Grayscale: #7F7F7F. Windows color (decimal): -3512771 or 4024010. OLE color: 4024010.

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

Color convert

RGB 202 102 61 -
CMYK 0 0.50 0.70 0.21
HSL 17.45º 0.57% 0.52% -
HSV(B) 17.45º 0.7% 0.79% -
XYZ 29.95 22.4 7.16 -
YUV 127.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 202 102 61 0 0.50 0.70 0.21 17.45 0.57 0.52
Hex CA 66 3D 0 32 46 15 11 39 34
Octal 312 146 75 0 62 106 25 21 71 64
Binary 11001010 1100110 111101 0 110010 1000110 10101 10001 111001 110100

Color Harmonies of #CA663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA663D

Black with #CA663D

Text Example


Text Example

White with #CA663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA663D; }

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

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

background-color css

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

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

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

border-color css

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

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

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