Html Css Color HEX #CB6231 Ecstasy

📋 copy color: '#CB6231'

red 203 ◦ green 98 ◦ blue 49

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

Shades of Ecstasy #CB6231

Tints of Ecstasy #CB6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 58%
G = 28%
B = 14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6231 (or 0xCB6231) is known color: Ecstasy. HEX triplet: CB, 62 and 31. RGB value is (203,98,49). Sum of RGB (Red+Green+Blue) = 203+98+49=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6231 is #349DCE. Grayscale: #7C7C7C. Windows color (decimal): -3448271 or 3236555. OLE color: 3236555.

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

Color convert

RGB 203 98 49 -
CMYK 0 0.52 0.76 0.20
HSL 19.09º 0.61% 0.49% -
HSV(B) 19.09º 0.76% 0.8% -
XYZ 29.55 21.65 5.53 -
YUV 123.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 203 98 49 0 0.52 0.76 0.20 19.09 0.61 0.49
Hex CB 62 31 0 34 4C 14 13 3D 31
Octal 313 142 61 0 64 114 24 23 75 61
Binary 11001011 1100010 110001 0 110100 1001100 10100 10011 111101 110001

Color Harmonies of #CB6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6231

Black with #CB6231

Text Example


Text Example

White with #CB6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6231; }

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

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

background-color css

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

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

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

border-color css

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

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

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