Html Css Color HEX #CB5F34 Ecstasy

📋 copy color: '#CB5F34'

red 203 ◦ green 95 ◦ blue 52

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

Shades of Ecstasy #CB5F34

Tints of Ecstasy #CB5F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

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

R = 58%
G = 27.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB5F34 (or 0xCB5F34) is known color: Ecstasy. HEX triplet: CB, 5F and 34. RGB value is (203,95,52). Sum of RGB (Red+Green+Blue) = 203+95+52=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F34 is #34A0CB. Grayscale: #7A7A7A. Windows color (decimal): -3449036 or 3432395. OLE color: 3432395.

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

Color convert

RGB 203 95 52 -
CMYK 0 0.53 0.74 0.20
HSL 17.09º 0.59% 0.5% -
HSV(B) 17.09º 0.74% 0.8% -
XYZ 29.34 21.13 5.78 -
YUV 122.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 203 95 52 0 0.53 0.74 0.20 17.09 0.59 0.5
Hex CB 5F 34 0 35 4A 14 11 3B 32
Octal 313 137 64 0 65 112 24 21 73 62
Binary 11001011 1011111 110100 0 110101 1001010 10100 10001 111011 110010

Color Harmonies of #CB5F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F34

Black with #CB5F34

Text Example


Text Example

White with #CB5F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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