Html Css Color HEX #C0951C Buddha Gold

📋 copy color: '#C0951C'

red 192 ◦ green 149 ◦ blue 28

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

Shades of Buddha Gold #C0951C

Tints of Buddha Gold #C0951C

RGB

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

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

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

R = 52.03%
G = 40.38%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0951C (or 0xC0951C) is known color: Buddha Gold. HEX triplet: C0, 95 and 1C. RGB value is (192,149,28). Sum of RGB (Red+Green+Blue) = 192+149+28=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0951C is #3F6AE3. Grayscale: #949494. Windows color (decimal): -4156132 or 1873344. OLE color: 1873344.

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

Color convert

RGB 192 149 28 -
CMYK 0 0.22 0.85 0.25
HSL 44.27º 0.75% 0.43% -
HSV(B) 44.27º 0.85% 0.75% -
XYZ 32.7 32.79 5.7 -
YUV 148.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 192 149 28 0 0.22 0.85 0.25 44.27 0.75 0.43
Hex C0 95 1C 0 16 55 19 2C 4B 2B
Octal 300 225 34 0 26 125 31 54 113 53
Binary 11000000 10010101 11100 0 10110 1010101 11001 101100 1001011 101011

Color Harmonies of #C0951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0951C

Black with #C0951C

Text Example


Text Example

White with #C0951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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