Html Css Color HEX #CC8138 Golden Bell

📋 copy color: '#CC8138'

red 204 ◦ green 129 ◦ blue 56

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

Shades of Golden Bell #CC8138

Tints of Golden Bell #CC8138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 52.44%
G = 33.16%
B = 14.4%

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

#CC8138 (or 0xCC8138) is known color: Golden Bell. HEX triplet: CC, 81 and 38. RGB value is (204,129,56). Sum of RGB (Red+Green+Blue) = 204+129+56=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8138 is #337EC7. Grayscale: #8F8F8F. Windows color (decimal): -3374792 or 3703244. OLE color: 3703244.

HSL color Cylindrical-coordinate representation of color #CC8138: hue angle of 29.59º 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 #CC8138 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 56 -
CMYK 0 0.37 0.73 0.2
HSL 29.59º 0.59% 0.51% -
HSV(B) 29.59º 0.73% 0.8% -
XYZ 33.47 28.82 7.54 -
YUV 143.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 204 129 56 0 0.37 0.73 0.2 29.59 0.59 0.51
Hex CC 81 38 0 25 49 14 1E 3B 33
Octal 314 201 70 0 45 111 24 36 73 63
Binary 11001100 10000001 111000 0 100101 1001001 10100 11110 111011 110011

Color Harmonies of #CC8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8138

Black with #CC8138

Text Example


Text Example

White with #CC8138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8138; }

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

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

background-color css

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

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

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

border-color css

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

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

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