Html Css Color HEX #CC8137 Golden Bell

📋 copy color: '#CC8137'

red 204 ◦ green 129 ◦ blue 55

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

Shades of Golden Bell #CC8137

Tints of Golden Bell #CC8137

RGB

 RED value IS 204 (80.08% from 255) = 52.58%

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 55 (21.88% from 255) = 14.18%

R = 52.58%
G = 33.25%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC8137 (or 0xCC8137) is known color: Golden Bell. HEX triplet: CC, 81 and 37. RGB value is (204,129,55). Sum of RGB (Red+Green+Blue) = 204+129+55=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8137 is #337EC8. Grayscale: #8F8F8F. Windows color (decimal): -3374793 or 3637708. OLE color: 3637708.

HSL color Cylindrical-coordinate representation of color #CC8137: hue angle of 29.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8137 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 55 -
CMYK 0 0.37 0.73 0.2
HSL 29.8º 0.59% 0.51% -
HSV(B) 29.8º 0.73% 0.8% -
XYZ 33.44 28.81 7.41 -
YUV 142.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 204 129 55 0 0.37 0.73 0.2 29.8 0.59 0.51
Hex CC 81 37 0 25 49 14 1E 3B 33
Octal 314 201 67 0 45 111 24 36 73 63
Binary 11001100 10000001 110111 0 100101 1001001 10100 11110 111011 110011

Color Harmonies of #CC8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8137

Black with #CC8137

Text Example


Text Example

White with #CC8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8137; }

 p { color: rgb(204,129,55); }

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

background-color css

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

 a { background-color: rgb(204,129,55); }

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

border-color css

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

 span { border-color: rgb(204,129,55); }

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