Html Css Color HEX #CB6531 Ecstasy

📋 copy color: '#CB6531'

red 203 ◦ green 101 ◦ blue 49

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

Shades of Ecstasy #CB6531

Tints of Ecstasy #CB6531

RGB

 RED value IS 203 (79.69% from 255) = 57.51%

 GREEN value IS 101 (39.84% from 255) = 28.61%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 57.51%
G = 28.61%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6531 (or 0xCB6531) is known color: Ecstasy. HEX triplet: CB, 65 and 31. RGB value is (203,101,49). Sum of RGB (Red+Green+Blue) = 203+101+49=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6531 is #349ACE. Grayscale: #7D7D7D. Windows color (decimal): -3447503 or 3237323. OLE color: 3237323.

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

Color convert

RGB 203 101 49 -
CMYK 0 0.50 0.76 0.20
HSL 20.26º 0.61% 0.49% -
HSV(B) 20.26º 0.76% 0.8% -
XYZ 29.84 22.23 5.62 -
YUV 125.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 203 101 49 0 0.50 0.76 0.20 20.26 0.61 0.49
Hex CB 65 31 0 32 4C 14 14 3D 31
Octal 313 145 61 0 62 114 24 24 75 61
Binary 11001011 1100101 110001 0 110010 1001100 10100 10100 111101 110001

Color Harmonies of #CB6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6531

Black with #CB6531

Text Example


Text Example

White with #CB6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6531; }

 p { color: rgb(203,101,49); }

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

background-color css

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

 a { background-color: rgb(203,101,49); }

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

border-color css

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

 span { border-color: rgb(203,101,49); }

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