Html Css Color HEX #C9951C Buddha Gold

📋 copy color: '#C9951C'

red 201 ◦ green 149 ◦ blue 28

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

Shades of Buddha Gold #C9951C

Tints of Buddha Gold #C9951C

RGB

 RED value IS 201 (78.91% from 255) = 53.17%

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

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

R = 53.17%
G = 39.42%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9951C (or 0xC9951C) is known color: Buddha Gold. HEX triplet: C9, 95 and 1C. RGB value is (201,149,28). Sum of RGB (Red+Green+Blue) = 201+149+28=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9951C is #366AE3. Grayscale: #979797. Windows color (decimal): -3566308 or 1873353. OLE color: 1873353.

HSL color Cylindrical-coordinate representation of color #C9951C: hue angle of 41.97º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9951C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 28 -
CMYK 0 0.26 0.86 0.21
HSL 41.97º 0.76% 0.45% -
HSV(B) 41.97º 0.86% 0.79% -
XYZ 35.04 34 5.81 -
YUV 150.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 201 149 28 0 0.26 0.86 0.21 41.97 0.76 0.45
Hex C9 95 1C 0 1A 56 15 2A 4C 2D
Octal 311 225 34 0 32 126 25 52 114 55
Binary 11001001 10010101 11100 0 11010 1010110 10101 101010 1001100 101101

Color Harmonies of #C9951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9951C

Black with #C9951C

Text Example


Text Example

White with #C9951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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