#CB603F

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

Shades of Ecstasy #CB603F

Tints of Ecstasy #CB603F

Color information

#CB603F (or 0xCB603F) is unknown color: approx Ecstasy. HEX triplet: CB, 60 and 3F. RGB value is (203,96,63). Sum of RGB (Red+Green+Blue) = 203+96+63=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB603F is #349FC0. Grayscale: #7C7C7C. Windows color (decimal): -3448769 or 4153547. OLE color: 4153547.

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

Color convert

RGB2039663-
CMYK00.530.690.20
HSL14.14º57.38%52.16%-
HSV(B)14.14º68.97%79.61%-
XYZ29.7121.427.27-
YUV124.2393.45184.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 63 (25% from 255) = 17.40%
R=56.08%
G=26.52%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203966300.530.690.2014.1457.3852.16
HexCB603F0354514e3934
Octal3131407706510524167164
Binary11001011110000011111101101011000101101001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB603F; }

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

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

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

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

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

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

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

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