Html Css Color HEX #C0951E Buddha Gold

📋 copy color: '#C0951E'

red 192 ◦ green 149 ◦ blue 30

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

Shades of Buddha Gold #C0951E

Tints of Buddha Gold #C0951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 51.75%
G = 40.16%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0951E (or 0xC0951E) is known color: Buddha Gold. HEX triplet: C0, 95 and 1E. RGB value is (192,149,30). Sum of RGB (Red+Green+Blue) = 192+149+30=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0951E is #3F6AE1. Grayscale: #949494. Windows color (decimal): -4156130 or 2004416. OLE color: 2004416.

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

Color convert

RGB 192 149 30 -
CMYK 0 0.22 0.84 0.25
HSL 44.07º 0.73% 0.44% -
HSV(B) 44.07º 0.84% 0.75% -
XYZ 32.72 32.8 5.83 -
YUV 148.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 192 149 30 0 0.22 0.84 0.25 44.07 0.73 0.44
Hex C0 95 1E 0 16 54 19 2C 49 2C
Octal 300 225 36 0 26 124 31 54 111 54
Binary 11000000 10010101 11110 0 10110 1010100 11001 101100 1001001 101100

Color Harmonies of #C0951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0951E

Black with #C0951E

Text Example


Text Example

White with #C0951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0951E; }

 p { color: rgb(192,149,30); }

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

background-color css

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

 a { background-color: rgb(192,149,30); }

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

border-color css

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

 span { border-color: rgb(192,149,30); }

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