Html Css Color HEX #C9961B Buddha Gold

📋 copy color: '#C9961B'

red 201 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #C9961B

Tints of Buddha Gold #C9961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 53.17%
G = 39.68%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9961B (or 0xC9961B) is known color: Buddha Gold. HEX triplet: C9, 96 and 1B. RGB value is (201,150,27). Sum of RGB (Red+Green+Blue) = 201+150+27=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9961B is #3669E4. Grayscale: #979797. Windows color (decimal): -3566053 or 1808073. OLE color: 1808073.

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

Color convert

RGB 201 150 27 -
CMYK 0 0.25 0.87 0.21
HSL 42.41º 0.76% 0.45% -
HSV(B) 42.41º 0.87% 0.79% -
XYZ 35.19 34.31 5.8 -
YUV 151.23 57.9 163.5 -
System Red Green Blue C M Y K H S L
Decimal 201 150 27 0 0.25 0.87 0.21 42.41 0.76 0.45
Hex C9 96 1B 0 19 57 15 2A 4C 2D
Octal 311 226 33 0 31 127 25 52 114 55
Binary 11001001 10010110 11011 0 11001 1010111 10101 101010 1001100 101101

Color Harmonies of #C9961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9961B

Black with #C9961B

Text Example


Text Example

White with #C9961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9961B; }

 p { color: rgb(201,150,27); }

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

background-color css

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

 a { background-color: rgb(201,150,27); }

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

border-color css

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

 span { border-color: rgb(201,150,27); }

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