Html Css Color HEX #C0A318 Buddha Gold

📋 copy color: '#C0A318'

red 192 ◦ green 163 ◦ blue 24

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

Shades of Buddha Gold #C0A318

Tints of Buddha Gold #C0A318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

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

R = 50.66%
G = 43.01%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0A318 (or 0xC0A318) is known color: Buddha Gold. HEX triplet: C0, A3 and 18. RGB value is (192,163,24). Sum of RGB (Red+Green+Blue) = 192+163+24=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A318 is #3F5CE7. Grayscale: #9C9C9C. Windows color (decimal): -4152552 or 1614784. OLE color: 1614784.

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

Color convert

RGB 192 163 24 -
CMYK 0 0.15 0.88 0.25
HSL 49.64º 0.78% 0.42% -
HSV(B) 49.64º 0.88% 0.75% -
XYZ 35 37.47 6.25 -
YUV 155.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 192 163 24 0 0.15 0.88 0.25 49.64 0.78 0.42
Hex C0 A3 18 0 F 58 19 32 4E 2A
Octal 300 243 30 0 17 130 31 62 116 52
Binary 11000000 10100011 11000 0 1111 1011000 11001 110010 1001110 101010

Color Harmonies of #C0A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A318

Black with #C0A318

Text Example


Text Example

White with #C0A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A318; }

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

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

background-color css

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

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

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

border-color css

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

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

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