Html Css Color HEX #C9BE32 Old Gold

📋 copy color: '#C9BE32'

red 201 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #C9BE32

Tints of Old Gold #C9BE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 50 (19.92% from 255) = 11.34%

R = 45.58%
G = 43.08%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9BE32 (or 0xC9BE32) is known color: Old Gold. HEX triplet: C9, BE and 32. RGB value is (201,190,50). Sum of RGB (Red+Green+Blue) = 201+190+50=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE32 is #3641CD. Grayscale: #B1B1B1. Windows color (decimal): -3555790 or 3325641. OLE color: 3325641.

HSL color Cylindrical-coordinate representation of color #C9BE32: hue angle of 55.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9BE32 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 50 -
CMYK 0 0.05 0.75 0.21
HSL 55.63º 0.6% 0.49% -
HSV(B) 55.63º 0.75% 0.79% -
XYZ 43.08 49.47 10.3 -
YUV 177.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 201 190 50 0 0.05 0.75 0.21 55.63 0.6 0.49
Hex C9 BE 32 0 5 4B 15 38 3C 31
Octal 311 276 62 0 5 113 25 70 74 61
Binary 11001001 10111110 110010 0 101 1001011 10101 111000 111100 110001

Color Harmonies of #C9BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE32

Black with #C9BE32

Text Example


Text Example

White with #C9BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE32; }

 p { color: rgb(201,190,50); }

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

background-color css

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

 a { background-color: rgb(201,190,50); }

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

border-color css

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

 span { border-color: rgb(201,190,50); }

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