#CB603D

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

Shades of Ecstasy #CB603D

Tints of Ecstasy #CB603D

Color information

#CB603D (or 0xCB603D) is unknown color: approx Ecstasy. HEX triplet: CB, 60 and 3D. RGB value is (203,96,61). Sum of RGB (Red+Green+Blue) = 203+96+61=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB603D is #349FC2. Grayscale: #7C7C7C. Windows color (decimal): -3448771 or 4022475. OLE color: 4022475.

HSL color Cylindrical-coordinate representation of color #CB603D: hue angle of 14.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB603D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2039661-
CMYK00.530.700.20
HSL14.79º57.72%51.76%-
HSV(B)14.79º69.95%79.61%-
XYZ29.6521.46.98-
YUV12492.45184.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.39%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=56.39%
G=26.67%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203966100.530.700.2014.7957.7251.76
HexCB603D0354614f3a34
Octal3131407506510624177264
Binary11001011110000011110101101011000110101001111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB603D; }

 p { color: rgb(203,96,61); }

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

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

 a { background-color: rgb(203,96,61); }

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

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

 span { border-color: rgb(203,96,61); }

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