Html Css Color HEX #C6960C Buddha Gold

📋 copy color: '#C6960C'

red 198 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #C6960C

Tints of Buddha Gold #C6960C

RGB

 RED value IS 198 (77.73% from 255) = 55%

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

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

R = 55%
G = 41.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6960C (or 0xC6960C) is known color: Buddha Gold. HEX triplet: C6, 96 and 0C. RGB value is (198,150,12). Sum of RGB (Red+Green+Blue) = 198+150+12=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6960C is #3969F3. Grayscale: #959595. Windows color (decimal): -3762676 or 825030. OLE color: 825030.

HSL color Cylindrical-coordinate representation of color #C6960C: hue angle of 44.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6960C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 12 -
CMYK 0 0.24 0.94 0.22
HSL 44.52º 0.89% 0.41% -
HSV(B) 44.52º 0.94% 0.78% -
XYZ 34.26 33.85 5.07 -
YUV 148.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 198 150 12 0 0.24 0.94 0.22 44.52 0.89 0.41
Hex C6 96 C 0 18 5E 16 2D 59 29
Octal 306 226 14 0 30 136 26 55 131 51
Binary 11000110 10010110 1100 0 11000 1011110 10110 101101 1011001 101001

Color Harmonies of #C6960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6960C

Black with #C6960C

Text Example


Text Example

White with #C6960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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