Html Css Color HEX #C69518 Buddha Gold

📋 copy color: '#C69518'

red 198 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #C69518

Tints of Buddha Gold #C69518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 53.37%
G = 40.16%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69518 (or 0xC69518) is known color: Buddha Gold. HEX triplet: C6, 95 and 18. RGB value is (198,149,24). Sum of RGB (Red+Green+Blue) = 198+149+24=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69518 is #396AE7. Grayscale: #959595. Windows color (decimal): -3762920 or 1611206. OLE color: 1611206.

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

Color convert

RGB 198 149 24 -
CMYK 0 0.25 0.88 0.22
HSL 43.1º 0.78% 0.44% -
HSV(B) 43.1º 0.88% 0.78% -
XYZ 34.2 33.57 5.54 -
YUV 149.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 198 149 24 0 0.25 0.88 0.22 43.1 0.78 0.44
Hex C6 95 18 0 19 58 16 2B 4E 2C
Octal 306 225 30 0 31 130 26 53 116 54
Binary 11000110 10010101 11000 0 11001 1011000 10110 101011 1001110 101100

Color Harmonies of #C69518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69518

Black with #C69518

Text Example


Text Example

White with #C69518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69518; }

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

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

background-color css

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

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

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

border-color css

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

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

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