#CB663A

Color #CB663A Ecstasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecstasy #CB663A

Tints of Ecstasy #CB663A

Color information

#CB663A (or 0xCB663A) is unknown color: approx Ecstasy. HEX triplet: CB, 66 and 3A. RGB value is (203,102,58). Sum of RGB (Red+Green+Blue) = 203+102+58=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB663A is #3499C5. Grayscale: #7F7F7F. Windows color (decimal): -3447238 or 3827403. OLE color: 3827403.

HSL color Cylindrical-coordinate representation of color #CB663A: hue angle of 18.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB663A is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20310258-
CMYK00.500.710.20
HSL18.21º58.23%51.18%-
HSV(B)18.21º71.43%79.61%-
XYZ30.1422.56.76-
YUV127.1888.96182.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.92%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=55.92%
G=28.10%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031025800.500.710.2018.2158.2351.18
HexCB663A0324714123a33
Octal3131467206210724227263
Binary110010111100110111010011001010001111010010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB663A; }

 p { color: rgb(203,102,58); }

 H1.HeaderClassName
 {
   color: #CB663A;
 }
 .AnyTagClassName
 {
   color: #CB663A;
 }
</style>
background-color css

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

 a { background-color: rgb(203,102,58); }

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

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

 span { border-color: rgb(203,102,58); }

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