#CB5F3D

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

Shades of Ecstasy #CB5F3D

Tints of Ecstasy #CB5F3D

Color information

#CB5F3D (or 0xCB5F3D) is unknown color: approx Ecstasy. HEX triplet: CB, 5F and 3D. RGB value is (203,95,61). Sum of RGB (Red+Green+Blue) = 203+95+61=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F3D is #34A0C2. Grayscale: #7B7B7B. Windows color (decimal): -3449027 or 4022219. OLE color: 4022219.

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

Color convert

RGB2039561-
CMYK00.530.700.20
HSL14.37º57.72%51.76%-
HSV(B)14.37º69.95%79.61%-
XYZ29.5621.226.95-
YUV123.4292.78184.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=56.55%
G=26.46%
B=16.99%

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
Decimal203956100.530.700.2014.3757.7251.76
HexCB5F3D0354614e3a34
Octal3131377506510624167264
Binary11001011101111111110101101011000110101001110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F3D; }

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

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

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

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

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

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

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

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