Html Css Color HEX #C09B18 Buddha Gold

📋 copy color: '#C09B18'

red 192 ◦ green 155 ◦ blue 24

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

Shades of Buddha Gold #C09B18

Tints of Buddha Gold #C09B18

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.78%

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

R = 51.75%
G = 41.78%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C09B18 (or 0xC09B18) is known color: Buddha Gold. HEX triplet: C0, 9B and 18. RGB value is (192,155,24). Sum of RGB (Red+Green+Blue) = 192+155+24=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B18 is #3F64E7. Grayscale: #979797. Windows color (decimal): -4154600 or 1612736. OLE color: 1612736.

HSL color Cylindrical-coordinate representation of color #C09B18: hue angle of 46.79º 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 #C09B18 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 24 -
CMYK 0 0.19 0.88 0.25
HSL 46.79º 0.78% 0.42% -
HSV(B) 46.79º 0.88% 0.75% -
XYZ 33.62 34.72 5.79 -
YUV 151.13 56.26 157.15 -
System Red Green Blue C M Y K H S L
Decimal 192 155 24 0 0.19 0.88 0.25 46.79 0.78 0.42
Hex C0 9B 18 0 13 58 19 2F 4E 2A
Octal 300 233 30 0 23 130 31 57 116 52
Binary 11000000 10011011 11000 0 10011 1011000 11001 101111 1001110 101010

Color Harmonies of #C09B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B18

Black with #C09B18

Text Example


Text Example

White with #C09B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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