Html Css Color HEX #C09813 Buddha Gold

📋 copy color: '#C09813'

red 192 ◦ green 152 ◦ blue 19

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

Shades of Buddha Gold #C09813

Tints of Buddha Gold #C09813

RGB

 RED value IS 192 (75.39% from 255) = 52.89%

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

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 52.89%
G = 41.87%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09813 (or 0xC09813) is known color: Buddha Gold. HEX triplet: C0, 98 and 13. RGB value is (192,152,19). Sum of RGB (Red+Green+Blue) = 192+152+19=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09813 is #3F67EC. Grayscale: #959595. Windows color (decimal): -4155373 or 1284288. OLE color: 1284288.

HSL color Cylindrical-coordinate representation of color #C09813: hue angle of 46.13º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09813 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 19 -
CMYK 0 0.21 0.90 0.25
HSL 46.13º 0.82% 0.41% -
HSV(B) 46.13º 0.9% 0.75% -
XYZ 33.08 33.71 5.38 -
YUV 148.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 192 152 19 0 0.21 0.90 0.25 46.13 0.82 0.41
Hex C0 98 13 0 15 5A 19 2E 52 29
Octal 300 230 23 0 25 132 31 56 122 51
Binary 11000000 10011000 10011 0 10101 1011010 11001 101110 1010010 101001

Color Harmonies of #C09813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09813

Black with #C09813

Text Example


Text Example

White with #C09813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09813; }

 p { color: rgb(192,152,19); }

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

background-color css

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

 a { background-color: rgb(192,152,19); }

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

border-color css

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

 span { border-color: rgb(192,152,19); }

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