Html Css Color HEX #C0A70B Buddha Gold

📋 copy color: '#C0A70B'

red 192 ◦ green 167 ◦ blue 11

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

Shades of Buddha Gold #C0A70B

Tints of Buddha Gold #C0A70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.14%

 BLUE value IS 11 (4.69% from 255) = 2.97%

R = 51.89%
G = 45.14%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0A70B (or 0xC0A70B) is known color: Buddha Gold. HEX triplet: C0, A7 and 0B. RGB value is (192,167,11). Sum of RGB (Red+Green+Blue) = 192+167+11=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A70B is #3F58F4. Grayscale: #9D9D9D. Windows color (decimal): -4151541 or 763840. OLE color: 763840.

HSL color Cylindrical-coordinate representation of color #C0A70B: hue angle of 51.71º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0A70B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 11 -
CMYK 0 0.13 0.94 0.25
HSL 51.71º 0.89% 0.4% -
HSV(B) 51.71º 0.94% 0.75% -
XYZ 35.62 38.87 5.94 -
YUV 156.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 192 167 11 0 0.13 0.94 0.25 51.71 0.89 0.4
Hex C0 A7 B 0 D 5E 19 34 59 28
Octal 300 247 13 0 15 136 31 64 131 50
Binary 11000000 10100111 1011 0 1101 1011110 11001 110100 1011001 101000

Color Harmonies of #C0A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A70B

Black with #C0A70B

Text Example


Text Example

White with #C0A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A70B; }

 p { color: rgb(192,167,11); }

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

background-color css

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

 a { background-color: rgb(192,167,11); }

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

border-color css

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

 span { border-color: rgb(192,167,11); }

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