Html Css Color HEX #C69E12 Buddha Gold

📋 copy color: '#C69E12'

red 198 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #C69E12

Tints of Buddha Gold #C69E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

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

R = 52.94%
G = 42.25%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C69E12 (or 0xC69E12) is known color: Buddha Gold. HEX triplet: C6, 9E and 12. RGB value is (198,158,18). Sum of RGB (Red+Green+Blue) = 198+158+18=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E12 is #3961ED. Grayscale: #9A9A9A. Windows color (decimal): -3760622 or 1220294. OLE color: 1220294.

HSL color Cylindrical-coordinate representation of color #C69E12: hue angle of 46.67º 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 #C69E12 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 158 18 -
CMYK 0 0.20 0.91 0.22
HSL 46.67º 0.83% 0.42% -
HSV(B) 46.67º 0.91% 0.78% -
XYZ 35.62 36.5 5.74 -
YUV 154 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 198 158 18 0 0.20 0.91 0.22 46.67 0.83 0.42
Hex C6 9E 12 0 14 5B 16 2F 53 2A
Octal 306 236 22 0 24 133 26 57 123 52
Binary 11000110 10011110 10010 0 10100 1011011 10110 101111 1010011 101010

Color Harmonies of #C69E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E12

Black with #C69E12

Text Example


Text Example

White with #C69E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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