Html Css Color HEX #CB6134 Ecstasy

📋 copy color: '#CB6134'

red 203 ◦ green 97 ◦ blue 52

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

Shades of Ecstasy #CB6134

Tints of Ecstasy #CB6134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 57.67%
G = 27.56%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB6134 (or 0xCB6134) is known color: Ecstasy. HEX triplet: CB, 61 and 34. RGB value is (203,97,52). Sum of RGB (Red+Green+Blue) = 203+97+52=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6134 is #349ECB. Grayscale: #7B7B7B. Windows color (decimal): -3448524 or 3432907. OLE color: 3432907.

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

Color convert

RGB 203 97 52 -
CMYK 0 0.52 0.74 0.20
HSL 17.88º 0.59% 0.5% -
HSV(B) 17.88º 0.74% 0.8% -
XYZ 29.52 21.49 5.84 -
YUV 123.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 203 97 52 0 0.52 0.74 0.20 17.88 0.59 0.5
Hex CB 61 34 0 34 4A 14 12 3B 32
Octal 313 141 64 0 64 112 24 22 73 62
Binary 11001011 1100001 110100 0 110100 1001010 10100 10010 111011 110010

Color Harmonies of #CB6134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6134

Black with #CB6134

Text Example


Text Example

White with #CB6134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6134; }

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

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

background-color css

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

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

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

border-color css

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

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

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