Html Css Color HEX #C0981C Buddha Gold

📋 copy color: '#C0981C'

red 192 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #C0981C

Tints of Buddha Gold #C0981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 51.61%
G = 40.86%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0981C (or 0xC0981C) is known color: Buddha Gold. HEX triplet: C0, 98 and 1C. RGB value is (192,152,28). Sum of RGB (Red+Green+Blue) = 192+152+28=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0981C is #3F67E3. Grayscale: #969696. Windows color (decimal): -4155364 or 1874112. OLE color: 1874112.

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

Color convert

RGB 192 152 28 -
CMYK 0 0.21 0.85 0.25
HSL 45.37º 0.75% 0.43% -
HSV(B) 45.37º 0.85% 0.75% -
XYZ 33.18 33.75 5.86 -
YUV 149.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 192 152 28 0 0.21 0.85 0.25 45.37 0.75 0.43
Hex C0 98 1C 0 15 55 19 2D 4B 2B
Octal 300 230 34 0 25 125 31 55 113 53
Binary 11000000 10011000 11100 0 10101 1010101 11001 101101 1001011 101011

Color Harmonies of #C0981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0981C

Black with #C0981C

Text Example


Text Example

White with #C0981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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