Html Css Color HEX #C09618 Buddha Gold

📋 copy color: '#C09618'

red 192 ◦ green 150 ◦ blue 24

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

Shades of Buddha Gold #C09618

Tints of Buddha Gold #C09618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 52.46%
G = 40.98%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09618 (or 0xC09618) is known color: Buddha Gold. HEX triplet: C0, 96 and 18. RGB value is (192,150,24). Sum of RGB (Red+Green+Blue) = 192+150+24=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C09618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09618 is #3F69E7. Grayscale: #949494. Windows color (decimal): -4155880 or 1611456. OLE color: 1611456.

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

Color convert

RGB 192 150 24 -
CMYK 0 0.22 0.88 0.25
HSL 45º 0.78% 0.42% -
HSV(B) 45º 0.88% 0.75% -
XYZ 32.81 33.09 5.52 -
YUV 148.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 192 150 24 0 0.22 0.88 0.25 45 0.78 0.42
Hex C0 96 18 0 16 58 19 2D 4E 2A
Octal 300 226 30 0 26 130 31 55 116 52
Binary 11000000 10010110 11000 0 10110 1011000 11001 101101 1001110 101010

Color Harmonies of #C09618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09618

Black with #C09618

Text Example


Text Example

White with #C09618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09618; }

 p { color: rgb(192,150,24); }

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

background-color css

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

 a { background-color: rgb(192,150,24); }

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

border-color css

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

 span { border-color: rgb(192,150,24); }

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