Html Css Color HEX #C0981F Buddha Gold

📋 copy color: '#C0981F'

red 192 ◦ green 152 ◦ blue 31

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

Shades of Buddha Gold #C0981F

Tints of Buddha Gold #C0981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 51.2%
G = 40.53%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0981F (or 0xC0981F) is known color: Buddha Gold. HEX triplet: C0, 98 and 1F. RGB value is (192,152,31). Sum of RGB (Red+Green+Blue) = 192+152+31=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0981F is #3F67E0. Grayscale: #969696. Windows color (decimal): -4155361 or 2070720. OLE color: 2070720.

HSL color Cylindrical-coordinate representation of color #C0981F: hue angle of 45.09º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0981F is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 31 -
CMYK 0 0.21 0.84 0.25
HSL 45.09º 0.72% 0.44% -
HSV(B) 45.09º 0.84% 0.75% -
XYZ 33.21 33.76 6.06 -
YUV 150.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 192 152 31 0 0.21 0.84 0.25 45.09 0.72 0.44
Hex C0 98 1F 0 15 54 19 2D 48 2C
Octal 300 230 37 0 25 124 31 55 110 54
Binary 11000000 10011000 11111 0 10101 1010100 11001 101101 1001000 101100

Color Harmonies of #C0981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0981F

Black with #C0981F

Text Example


Text Example

White with #C0981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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