Html Css Color HEX #C6921C Buddha Gold

📋 copy color: '#C6921C'

red 198 ◦ green 146 ◦ blue 28

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

Shades of Buddha Gold #C6921C

Tints of Buddha Gold #C6921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.25%

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 53.23%
G = 39.25%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6921C (or 0xC6921C) is known color: Buddha Gold. HEX triplet: C6, 92 and 1C. RGB value is (198,146,28). Sum of RGB (Red+Green+Blue) = 198+146+28=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6921C is #396DE3. Grayscale: #949494. Windows color (decimal): -3763684 or 1872582. OLE color: 1872582.

HSL color Cylindrical-coordinate representation of color #C6921C: hue angle of 41.65º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6921C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 28 -
CMYK 0 0.26 0.86 0.22
HSL 41.65º 0.75% 0.44% -
HSV(B) 41.65º 0.86% 0.78% -
XYZ 33.78 32.65 5.62 -
YUV 148.1 60.23 163.59 -
System Red Green Blue C M Y K H S L
Decimal 198 146 28 0 0.26 0.86 0.22 41.65 0.75 0.44
Hex C6 92 1C 0 1A 56 16 2A 4B 2C
Octal 306 222 34 0 32 126 26 52 113 54
Binary 11000110 10010010 11100 0 11010 1010110 10110 101010 1001011 101100

Color Harmonies of #C6921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6921C

Black with #C6921C

Text Example


Text Example

White with #C6921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6921C; }

 p { color: rgb(198,146,28); }

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

background-color css

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

 a { background-color: rgb(198,146,28); }

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

border-color css

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

 span { border-color: rgb(198,146,28); }

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