#CC961B

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

Shades of Buddha Gold #CC961B

Tints of Buddha Gold #CC961B

Color information

#CC961B (or 0xCC961B) is unknown color: approx Buddha Gold. HEX triplet: CC, 96 and 1B. RGB value is (204,150,27). Sum of RGB (Red+Green+Blue) = 204+150+27=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC961B is #3369E4. Grayscale: #989898. Windows color (decimal): -3369445 or 1808076. OLE color: 1808076.

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

Color convert

RGB20415027-
CMYK00.260.870.2
HSL41.69º76.62%45.29%-
HSV(B)41.69º86.76%80%-
XYZ36.0134.735.84-
YUV152.1257.39165-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=53.54%
G=39.37%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041502700.260.870.241.6976.6245.29
HexCC961B01A57142a4d2d
Octal31422633032127245211555
Binary1100110010010110110110110101010111101001010101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC961B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC961B; }

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

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

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

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

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

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

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

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