Html Css Color HEX #CB6331 Ecstasy

📋 copy color: '#CB6331'

red 203 ◦ green 99 ◦ blue 49

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

Shades of Ecstasy #CB6331

Tints of Ecstasy #CB6331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 57.83%
G = 28.21%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6331 (or 0xCB6331) is known color: Ecstasy. HEX triplet: CB, 63 and 31. RGB value is (203,99,49). Sum of RGB (Red+Green+Blue) = 203+99+49=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6331 is #349CCE. Grayscale: #7C7C7C. Windows color (decimal): -3448015 or 3236811. OLE color: 3236811.

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

Color convert

RGB 203 99 49 -
CMYK 0 0.51 0.76 0.20
HSL 19.48º 0.61% 0.49% -
HSV(B) 19.48º 0.76% 0.8% -
XYZ 29.64 21.84 5.56 -
YUV 124.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 203 99 49 0 0.51 0.76 0.20 19.48 0.61 0.49
Hex CB 63 31 0 33 4C 14 13 3D 31
Octal 313 143 61 0 63 114 24 23 75 61
Binary 11001011 1100011 110001 0 110011 1001100 10100 10011 111101 110001

Color Harmonies of #CB6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6331

Black with #CB6331

Text Example


Text Example

White with #CB6331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6331; }

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

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

background-color css

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

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

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

border-color css

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

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

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