Html Css Color HEX #CB6132 Ecstasy

📋 copy color: '#CB6132'

red 203 ◦ green 97 ◦ blue 50

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

Shades of Ecstasy #CB6132

Tints of Ecstasy #CB6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 58%
G = 27.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB6132 (or 0xCB6132) is known color: Ecstasy. HEX triplet: CB, 61 and 32. RGB value is (203,97,50). Sum of RGB (Red+Green+Blue) = 203+97+50=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6132 is #349ECD. Grayscale: #7B7B7B. Windows color (decimal): -3448526 or 3301835. OLE color: 3301835.

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

Color convert

RGB 203 97 50 -
CMYK 0 0.52 0.75 0.20
HSL 18.43º 0.6% 0.5% -
HSV(B) 18.43º 0.75% 0.8% -
XYZ 29.48 21.48 5.61 -
YUV 123.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 203 97 50 0 0.52 0.75 0.20 18.43 0.6 0.5
Hex CB 61 32 0 34 4B 14 12 3C 32
Octal 313 141 62 0 64 113 24 22 74 62
Binary 11001011 1100001 110010 0 110100 1001011 10100 10010 111100 110010

Color Harmonies of #CB6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6132

Black with #CB6132

Text Example


Text Example

White with #CB6132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6132; }

 p { color: rgb(203,97,50); }

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

background-color css

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

 a { background-color: rgb(203,97,50); }

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

border-color css

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

 span { border-color: rgb(203,97,50); }

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