Html Css Color HEX #C0971F Buddha Gold

📋 copy color: '#C0971F'

red 192 ◦ green 151 ◦ blue 31

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

Shades of Buddha Gold #C0971F

Tints of Buddha Gold #C0971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

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

R = 51.34%
G = 40.37%
B = 8.29%

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

#C0971F (or 0xC0971F) is known color: Buddha Gold. HEX triplet: C0, 97 and 1F. RGB value is (192,151,31). Sum of RGB (Red+Green+Blue) = 192+151+31=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0971F is #3F68E0. Grayscale: #969696. Windows color (decimal): -4155617 or 2070464. OLE color: 2070464.

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

Color convert

RGB 192 151 31 -
CMYK 0 0.21 0.84 0.25
HSL 44.72º 0.72% 0.44% -
HSV(B) 44.72º 0.84% 0.75% -
XYZ 33.05 33.44 6.01 -
YUV 149.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 192 151 31 0 0.21 0.84 0.25 44.72 0.72 0.44
Hex C0 97 1F 0 15 54 19 2D 48 2C
Octal 300 227 37 0 25 124 31 55 110 54
Binary 11000000 10010111 11111 0 10101 1010100 11001 101101 1001000 101100

Color Harmonies of #C0971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0971F

Black with #C0971F

Text Example


Text Example

White with #C0971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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