Html Css Color HEX #C69319 Buddha Gold

📋 copy color: '#C69319'

red 198 ◦ green 147 ◦ blue 25

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

Shades of Buddha Gold #C69319

Tints of Buddha Gold #C69319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

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

R = 53.51%
G = 39.73%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C69319 (or 0xC69319) is known color: Buddha Gold. HEX triplet: C6, 93 and 19. RGB value is (198,147,25). Sum of RGB (Red+Green+Blue) = 198+147+25=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C69319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69319 is #396CE6. Grayscale: #949494. Windows color (decimal): -3763431 or 1676230. OLE color: 1676230.

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

Color convert

RGB 198 147 25 -
CMYK 0 0.26 0.87 0.22
HSL 42.31º 0.78% 0.44% -
HSV(B) 42.31º 0.87% 0.78% -
XYZ 33.9 32.94 5.49 -
YUV 148.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 198 147 25 0 0.26 0.87 0.22 42.31 0.78 0.44
Hex C6 93 19 0 1A 57 16 2A 4E 2C
Octal 306 223 31 0 32 127 26 52 116 54
Binary 11000110 10010011 11001 0 11010 1010111 10110 101010 1001110 101100

Color Harmonies of #C69319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69319

Black with #C69319

Text Example


Text Example

White with #C69319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69319; }

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

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

background-color css

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

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

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

border-color css

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

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

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