Html Css Color HEX #C69519 Buddha Gold

📋 copy color: '#C69519'

red 198 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #C69519

Tints of Buddha Gold #C69519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.72%

R = 53.23%
G = 40.05%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C69519 (or 0xC69519) is known color: Buddha Gold. HEX triplet: C6, 95 and 19. RGB value is (198,149,25). Sum of RGB (Red+Green+Blue) = 198+149+25=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C69519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69519 is #396AE6. Grayscale: #969696. Windows color (decimal): -3762919 or 1676742. OLE color: 1676742.

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

Color convert

RGB 198 149 25 -
CMYK 0 0.25 0.87 0.22
HSL 43.01º 0.78% 0.44% -
HSV(B) 43.01º 0.87% 0.78% -
XYZ 34.21 33.57 5.6 -
YUV 149.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 198 149 25 0 0.25 0.87 0.22 43.01 0.78 0.44
Hex C6 95 19 0 19 57 16 2B 4E 2C
Octal 306 225 31 0 31 127 26 53 116 54
Binary 11000110 10010101 11001 0 11001 1010111 10110 101011 1001110 101100

Color Harmonies of #C69519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69519

Black with #C69519

Text Example


Text Example

White with #C69519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69519; }

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

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

background-color css

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

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

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

border-color css

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

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

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