Html Css Color HEX #C69819 Buddha Gold

📋 copy color: '#C69819'

red 198 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #C69819

Tints of Buddha Gold #C69819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 52.8%
G = 40.53%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C69819 (or 0xC69819) is known color: Buddha Gold. HEX triplet: C6, 98 and 19. RGB value is (198,152,25). Sum of RGB (Red+Green+Blue) = 198+152+25=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C69819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69819 is #3967E6. Grayscale: #979797. Windows color (decimal): -3762151 or 1677510. OLE color: 1677510.

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

Color convert

RGB 198 152 25 -
CMYK 0 0.23 0.87 0.22
HSL 44.05º 0.78% 0.44% -
HSV(B) 44.05º 0.87% 0.78% -
XYZ 34.69 34.53 5.76 -
YUV 151.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 198 152 25 0 0.23 0.87 0.22 44.05 0.78 0.44
Hex C6 98 19 0 17 57 16 2C 4E 2C
Octal 306 230 31 0 27 127 26 54 116 54
Binary 11000110 10011000 11001 0 10111 1010111 10110 101100 1001110 101100

Color Harmonies of #C69819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69819

Black with #C69819

Text Example


Text Example

White with #C69819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69819; }

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

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

background-color css

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

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

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

border-color css

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

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

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