Html Css Color HEX #C0991F Buddha Gold

📋 copy color: '#C0991F'

red 192 ◦ green 153 ◦ blue 31

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

Shades of Buddha Gold #C0991F

Tints of Buddha Gold #C0991F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 51.06%
G = 40.69%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0991F (or 0xC0991F) is known color: Buddha Gold. HEX triplet: C0, 99 and 1F. RGB value is (192,153,31). Sum of RGB (Red+Green+Blue) = 192+153+31=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0991F is #3F66E0. Grayscale: #979797. Windows color (decimal): -4155105 or 2070976. OLE color: 2070976.

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

Color convert

RGB 192 153 31 -
CMYK 0 0.20 0.84 0.25
HSL 45.47º 0.72% 0.44% -
HSV(B) 45.47º 0.84% 0.75% -
XYZ 33.38 34.09 6.12 -
YUV 150.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 192 153 31 0 0.20 0.84 0.25 45.47 0.72 0.44
Hex C0 99 1F 0 14 54 19 2D 48 2C
Octal 300 231 37 0 24 124 31 55 110 54
Binary 11000000 10011001 11111 0 10100 1010100 11001 101101 1001000 101100

Color Harmonies of #C0991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0991F

Black with #C0991F

Text Example


Text Example

White with #C0991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0991F; }

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

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

background-color css

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

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

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

border-color css

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

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

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