Html Css Color HEX #C69218 Buddha Gold

📋 copy color: '#C69218'

red 198 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #C69218

Tints of Buddha Gold #C69218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 53.8%
G = 39.67%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69218 (or 0xC69218) is known color: Buddha Gold. HEX triplet: C6, 92 and 18. RGB value is (198,146,24). Sum of RGB (Red+Green+Blue) = 198+146+24=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C69218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69218 is #396DE7. Grayscale: #949494. Windows color (decimal): -3763688 or 1610438. OLE color: 1610438.

HSL color Cylindrical-coordinate representation of color #C69218: hue angle of 42.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69218 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 24 -
CMYK 0 0.26 0.88 0.22
HSL 42.07º 0.78% 0.44% -
HSV(B) 42.07º 0.88% 0.78% -
XYZ 33.73 32.63 5.38 -
YUV 147.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 198 146 24 0 0.26 0.88 0.22 42.07 0.78 0.44
Hex C6 92 18 0 1A 58 16 2A 4E 2C
Octal 306 222 30 0 32 130 26 52 116 54
Binary 11000110 10010010 11000 0 11010 1011000 10110 101010 1001110 101100

Color Harmonies of #C69218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69218

Black with #C69218

Text Example


Text Example

White with #C69218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69218; }

 p { color: rgb(198,146,24); }

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

background-color css

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

 a { background-color: rgb(198,146,24); }

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

border-color css

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

 span { border-color: rgb(198,146,24); }

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