Html Css Color HEX #C0921C Buddha Gold

📋 copy color: '#C0921C'

red 192 ◦ green 146 ◦ blue 28

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

Shades of Buddha Gold #C0921C

Tints of Buddha Gold #C0921C

RGB

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

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

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

R = 52.46%
G = 39.89%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0921C (or 0xC0921C) is known color: Buddha Gold. HEX triplet: C0, 92 and 1C. RGB value is (192,146,28). Sum of RGB (Red+Green+Blue) = 192+146+28=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0921C is #3F6DE3. Grayscale: #929292. Windows color (decimal): -4156900 or 1872576. OLE color: 1872576.

HSL color Cylindrical-coordinate representation of color #C0921C: hue angle of 43.17º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0921C is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 28 -
CMYK 0 0.24 0.85 0.25
HSL 43.17º 0.75% 0.43% -
HSV(B) 43.17º 0.85% 0.75% -
XYZ 32.23 31.85 5.55 -
YUV 146.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 192 146 28 0 0.24 0.85 0.25 43.17 0.75 0.43
Hex C0 92 1C 0 18 55 19 2B 4B 2B
Octal 300 222 34 0 30 125 31 53 113 53
Binary 11000000 10010010 11100 0 11000 1010101 11001 101011 1001011 101011

Color Harmonies of #C0921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0921C

Black with #C0921C

Text Example


Text Example

White with #C0921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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