Html Css Color HEX #C69416 Buddha Gold

📋 copy color: '#C69416'

red 198 ◦ green 148 ◦ blue 22

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

Shades of Buddha Gold #C69416

Tints of Buddha Gold #C69416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 53.8%
G = 40.22%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C69416 (or 0xC69416) is known color: Buddha Gold. HEX triplet: C6, 94 and 16. RGB value is (198,148,22). Sum of RGB (Red+Green+Blue) = 198+148+22=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C69416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69416 is #396BE9. Grayscale: #959595. Windows color (decimal): -3763178 or 1479878. OLE color: 1479878.

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

Color convert

RGB 198 148 22 -
CMYK 0 0.25 0.89 0.22
HSL 42.95º 0.8% 0.43% -
HSV(B) 42.95º 0.89% 0.78% -
XYZ 34.02 33.24 5.38 -
YUV 148.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 198 148 22 0 0.25 0.89 0.22 42.95 0.8 0.43
Hex C6 94 16 0 19 59 16 2B 50 2B
Octal 306 224 26 0 31 131 26 53 120 53
Binary 11000110 10010100 10110 0 11001 1011001 10110 101011 1010000 101011

Color Harmonies of #C69416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69416

Black with #C69416

Text Example


Text Example

White with #C69416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69416; }

 p { color: rgb(198,148,22); }

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

background-color css

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

 a { background-color: rgb(198,148,22); }

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

border-color css

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

 span { border-color: rgb(198,148,22); }

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