Html Css Color HEX #CB6935 Ecstasy

📋 copy color: '#CB6935'

red 203 ◦ green 105 ◦ blue 53

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

Shades of Ecstasy #CB6935

Tints of Ecstasy #CB6935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 56.23%
G = 29.09%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB6935 (or 0xCB6935) is known color: Ecstasy. HEX triplet: CB, 69 and 35. RGB value is (203,105,53). Sum of RGB (Red+Green+Blue) = 203+105+53=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6935 is #3496CA. Grayscale: #808080. Windows color (decimal): -3446475 or 3500491. OLE color: 3500491.

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

Color convert

RGB 203 105 53 -
CMYK 0 0.48 0.74 0.20
HSL 20.8º 0.59% 0.5% -
HSV(B) 20.8º 0.74% 0.8% -
XYZ 30.32 23.06 6.22 -
YUV 128.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 203 105 53 0 0.48 0.74 0.20 20.8 0.59 0.5
Hex CB 69 35 0 30 4A 14 15 3B 32
Octal 313 151 65 0 60 112 24 25 73 62
Binary 11001011 1101001 110101 0 110000 1001010 10100 10101 111011 110010

Color Harmonies of #CB6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6935

Black with #CB6935

Text Example


Text Example

White with #CB6935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6935; }

 p { color: rgb(203,105,53); }

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

background-color css

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

 a { background-color: rgb(203,105,53); }

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

border-color css

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

 span { border-color: rgb(203,105,53); }

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