Html Css Color HEX #CC960C Buddha Gold

📋 copy color: '#CC960C'

red 204 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #CC960C

Tints of Buddha Gold #CC960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 55.74%
G = 40.98%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC960C (or 0xCC960C) is known color: Buddha Gold. HEX triplet: CC, 96 and 0C. RGB value is (204,150,12). Sum of RGB (Red+Green+Blue) = 204+150+12=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC960C is #3369F3. Grayscale: #979797. Windows color (decimal): -3369460 or 825036. OLE color: 825036.

HSL color Cylindrical-coordinate representation of color #CC960C: hue angle of 43.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC960C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 12 -
CMYK 0 0.26 0.94 0.2
HSL 43.13º 0.89% 0.42% -
HSV(B) 43.13º 0.94% 0.8% -
XYZ 35.87 34.68 5.15 -
YUV 150.41 49.89 166.22 -
System Red Green Blue C M Y K H S L
Decimal 204 150 12 0 0.26 0.94 0.2 43.13 0.89 0.42
Hex CC 96 C 0 1A 5E 14 2B 59 2A
Octal 314 226 14 0 32 136 24 53 131 52
Binary 11001100 10010110 1100 0 11010 1011110 10100 101011 1011001 101010

Color Harmonies of #CC960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC960C

Black with #CC960C

Text Example


Text Example

White with #CC960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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