Html Css Color HEX #C09A23 Buddha Gold

📋 copy color: '#C09A23'

red 192 ◦ green 154 ◦ blue 35

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

Shades of Buddha Gold #C09A23

Tints of Buddha Gold #C09A23

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 35 (14.06% from 255) = 9.19%

R = 50.39%
G = 40.42%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C09A23 (or 0xC09A23) is known color: Buddha Gold. HEX triplet: C0, 9A and 23. RGB value is (192,154,35). Sum of RGB (Red+Green+Blue) = 192+154+35=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A23 is #3F65DC. Grayscale: #989898. Windows color (decimal): -4154845 or 2333376. OLE color: 2333376.

HSL color Cylindrical-coordinate representation of color #C09A23: hue angle of 45.48º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C09A23 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 35 -
CMYK 0 0.20 0.82 0.25
HSL 45.48º 0.69% 0.45% -
HSV(B) 45.48º 0.82% 0.75% -
XYZ 33.6 34.44 6.47 -
YUV 151.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 192 154 35 0 0.20 0.82 0.25 45.48 0.69 0.45
Hex C0 9A 23 0 14 52 19 2D 45 2D
Octal 300 232 43 0 24 122 31 55 105 55
Binary 11000000 10011010 100011 0 10100 1010010 11001 101101 1000101 101101

Color Harmonies of #C09A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A23

Black with #C09A23

Text Example


Text Example

White with #C09A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A23; }

 p { color: rgb(192,154,35); }

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

background-color css

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

 a { background-color: rgb(192,154,35); }

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

border-color css

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

 span { border-color: rgb(192,154,35); }

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