Html Css Color HEX #CC961C Buddha Gold

📋 copy color: '#CC961C'

red 204 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #CC961C

Tints of Buddha Gold #CC961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 53.4%
G = 39.27%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC961C (or 0xCC961C) is known color: Buddha Gold. HEX triplet: CC, 96 and 1C. RGB value is (204,150,28). Sum of RGB (Red+Green+Blue) = 204+150+28=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC961C is #3369E3. Grayscale: #989898. Windows color (decimal): -3369444 or 1873612. OLE color: 1873612.

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

Color convert

RGB 204 150 28 -
CMYK 0 0.26 0.86 0.2
HSL 41.59º 0.76% 0.45% -
HSV(B) 41.59º 0.86% 0.8% -
XYZ 36.02 34.73 5.9 -
YUV 152.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 204 150 28 0 0.26 0.86 0.2 41.59 0.76 0.45
Hex CC 96 1C 0 1A 56 14 2A 4C 2D
Octal 314 226 34 0 32 126 24 52 114 55
Binary 11001100 10010110 11100 0 11010 1010110 10100 101010 1001100 101101

Color Harmonies of #CC961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC961C

Black with #CC961C

Text Example


Text Example

White with #CC961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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