Html Css Color HEX #C0970B Buddha Gold

📋 copy color: '#C0970B'

red 192 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #C0970B

Tints of Buddha Gold #C0970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 54.24%
G = 42.66%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0970B (or 0xC0970B) is known color: Buddha Gold. HEX triplet: C0, 97 and 0B. RGB value is (192,151,11). Sum of RGB (Red+Green+Blue) = 192+151+11=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0970B is #3F68F4. Grayscale: #939393. Windows color (decimal): -4155637 or 759744. OLE color: 759744.

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

Color convert

RGB 192 151 11 -
CMYK 0 0.21 0.94 0.25
HSL 46.41º 0.89% 0.4% -
HSV(B) 46.41º 0.94% 0.75% -
XYZ 32.87 33.36 5.02 -
YUV 147.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 192 151 11 0 0.21 0.94 0.25 46.41 0.89 0.4
Hex C0 97 B 0 15 5E 19 2E 59 28
Octal 300 227 13 0 25 136 31 56 131 50
Binary 11000000 10010111 1011 0 10101 1011110 11001 101110 1011001 101000

Color Harmonies of #C0970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0970B

Black with #C0970B

Text Example


Text Example

White with #C0970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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