Html Css Color HEX #CB6732 Ecstasy

📋 copy color: '#CB6732'

red 203 ◦ green 103 ◦ blue 50

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

Shades of Ecstasy #CB6732

Tints of Ecstasy #CB6732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 57.02%
G = 28.93%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB6732 (or 0xCB6732) is known color: Ecstasy. HEX triplet: CB, 67 and 32. RGB value is (203,103,50). Sum of RGB (Red+Green+Blue) = 203+103+50=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6732 is #3498CD. Grayscale: #7F7F7F. Windows color (decimal): -3446990 or 3303371. OLE color: 3303371.

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

Color convert

RGB 203 103 50 -
CMYK 0 0.49 0.75 0.20
HSL 20.78º 0.6% 0.5% -
HSV(B) 20.78º 0.75% 0.8% -
XYZ 30.05 22.63 5.8 -
YUV 126.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 203 103 50 0 0.49 0.75 0.20 20.78 0.6 0.5
Hex CB 67 32 0 31 4B 14 15 3C 32
Octal 313 147 62 0 61 113 24 25 74 62
Binary 11001011 1100111 110010 0 110001 1001011 10100 10101 111100 110010

Color Harmonies of #CB6732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6732

Black with #CB6732

Text Example


Text Example

White with #CB6732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6732; }

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

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

background-color css

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

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

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

border-color css

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

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

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