#CC9C1B

Color #CC9C1B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CC9C1B

Tints of Buddha Gold #CC9C1B

Color information

#CC9C1B (or 0xCC9C1B) is unknown color: approx Buddha Gold. HEX triplet: CC, 9C and 1B. RGB value is (204,156,27). Sum of RGB (Red+Green+Blue) = 204+156+27=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C1B is #3363E4. Grayscale: #9C9C9C. Windows color (decimal): -3367909 or 1809612. OLE color: 1809612.

HSL color Cylindrical-coordinate representation of color #CC9C1B: hue angle of 43.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC9C1B is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB20415627-
CMYK00.240.870.2
HSL43.73º76.62%45.29%-
HSV(B)43.73º86.76%80%-
XYZ36.9936.696.17-
YUV155.6555.4162.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 27 (10.94% from 255) = 6.98%
R=52.71%
G=40.31%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041562700.240.870.243.7376.6245.29
HexCC9C1B01857142c4d2d
Octal31423433030127245411555
Binary1100110010011100110110110001010111101001011001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C1B; }

 p { color: rgb(204,156,27); }

 H1.HeaderClassName
 {
   color: #CC9C1B;
 }
 .AnyTagClassName
 {
   color: #CC9C1B;
 }
</style>
background-color css

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

 a { background-color: rgb(204,156,27); }

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

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

 span { border-color: rgb(204,156,27); }

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