Html Css Color HEX #C6950B Buddha Gold

📋 copy color: '#C6950B'

red 198 ◦ green 149 ◦ blue 11

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

Shades of Buddha Gold #C6950B

Tints of Buddha Gold #C6950B

RGB

 RED value IS 198 (77.73% from 255) = 55.31%

 GREEN value IS 149 (58.59% from 255) = 41.62%

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

R = 55.31%
G = 41.62%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6950B (or 0xC6950B) is known color: Buddha Gold. HEX triplet: C6, 95 and 0B. RGB value is (198,149,11). Sum of RGB (Red+Green+Blue) = 198+149+11=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6950B is #396AF4. Grayscale: #949494. Windows color (decimal): -3762933 or 759238. OLE color: 759238.

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

Color convert

RGB 198 149 11 -
CMYK 0 0.25 0.94 0.22
HSL 44.28º 0.89% 0.41% -
HSV(B) 44.28º 0.94% 0.78% -
XYZ 34.1 33.52 4.99 -
YUV 147.92 50.73 163.72 -
System Red Green Blue C M Y K H S L
Decimal 198 149 11 0 0.25 0.94 0.22 44.28 0.89 0.41
Hex C6 95 B 0 19 5E 16 2C 59 29
Octal 306 225 13 0 31 136 26 54 131 51
Binary 11000110 10010101 1011 0 11001 1011110 10110 101100 1011001 101001

Color Harmonies of #C6950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6950B

Black with #C6950B

Text Example


Text Example

White with #C6950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6950B; }

 p { color: rgb(198,149,11); }

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

background-color css

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

 a { background-color: rgb(198,149,11); }

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

border-color css

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

 span { border-color: rgb(198,149,11); }

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