Html Css Color HEX #C9941C Buddha Gold

📋 copy color: '#C9941C'

red 201 ◦ green 148 ◦ blue 28

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

Shades of Buddha Gold #C9941C

Tints of Buddha Gold #C9941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 53.32%
G = 39.26%
B = 7.43%

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

#C9941C (or 0xC9941C) is known color: Buddha Gold. HEX triplet: C9, 94 and 1C. RGB value is (201,148,28). Sum of RGB (Red+Green+Blue) = 201+148+28=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9941C is #366BE3. Grayscale: #969696. Windows color (decimal): -3566564 or 1873097. OLE color: 1873097.

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

Color convert

RGB 201 148 28 -
CMYK 0 0.26 0.86 0.21
HSL 41.62º 0.76% 0.45% -
HSV(B) 41.62º 0.86% 0.79% -
XYZ 34.89 33.68 5.76 -
YUV 150.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 201 148 28 0 0.26 0.86 0.21 41.62 0.76 0.45
Hex C9 94 1C 0 1A 56 15 2A 4C 2D
Octal 311 224 34 0 32 126 25 52 114 55
Binary 11001001 10010100 11100 0 11010 1010110 10101 101010 1001100 101101

Color Harmonies of #C9941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9941C

Black with #C9941C

Text Example


Text Example

White with #C9941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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