Html Css Color HEX #C6950C Buddha Gold

📋 copy color: '#C6950C'

red 198 ◦ green 149 ◦ blue 12

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

Shades of Buddha Gold #C6950C

Tints of Buddha Gold #C6950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 55.15%
G = 41.5%
B = 3.34%

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

#C6950C (or 0xC6950C) is known color: Buddha Gold. HEX triplet: C6, 95 and 0C. RGB value is (198,149,12). Sum of RGB (Red+Green+Blue) = 198+149+12=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6950C is #396AF3. Grayscale: #949494. Windows color (decimal): -3762932 or 824774. OLE color: 824774.

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

Color convert

RGB 198 149 12 -
CMYK 0 0.25 0.94 0.22
HSL 44.19º 0.89% 0.41% -
HSV(B) 44.19º 0.94% 0.78% -
XYZ 34.1 33.53 5.02 -
YUV 148.03 51.23 163.64 -
System Red Green Blue C M Y K H S L
Decimal 198 149 12 0 0.25 0.94 0.22 44.19 0.89 0.41
Hex C6 95 C 0 19 5E 16 2C 59 29
Octal 306 225 14 0 31 136 26 54 131 51
Binary 11000110 10010101 1100 0 11001 1011110 10110 101100 1011001 101001

Color Harmonies of #C6950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6950C

Black with #C6950C

Text Example


Text Example

White with #C6950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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