Html Css Color HEX #C69C12 Buddha Gold

📋 copy color: '#C69C12'

red 198 ◦ green 156 ◦ blue 18

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

Shades of Buddha Gold #C69C12

Tints of Buddha Gold #C69C12

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.94%

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 53.23%
G = 41.94%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69C12 (or 0xC69C12) is known color: Buddha Gold. HEX triplet: C6, 9C and 12. RGB value is (198,156,18). Sum of RGB (Red+Green+Blue) = 198+156+18=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C12 is #3963ED. Grayscale: #999999. Windows color (decimal): -3761134 or 1219782. OLE color: 1219782.

HSL color Cylindrical-coordinate representation of color #C69C12: hue angle of 46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C69C12 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 156 18 -
CMYK 0 0.21 0.91 0.22
HSL 46º 0.83% 0.42% -
HSV(B) 46º 0.91% 0.78% -
XYZ 35.29 35.83 5.63 -
YUV 152.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 198 156 18 0 0.21 0.91 0.22 46 0.83 0.42
Hex C6 9C 12 0 15 5B 16 2E 53 2A
Octal 306 234 22 0 25 133 26 56 123 52
Binary 11000110 10011100 10010 0 10101 1011011 10110 101110 1010011 101010

Color Harmonies of #C69C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C12

Black with #C69C12

Text Example


Text Example

White with #C69C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C12; }

 p { color: rgb(198,156,18); }

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

background-color css

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

 a { background-color: rgb(198,156,18); }

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

border-color css

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

 span { border-color: rgb(198,156,18); }

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