Html Css Color HEX #C8BB32 Old Gold

📋 copy color: '#C8BB32'

red 200 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #C8BB32

Tints of Old Gold #C8BB32

RGB

 RED value IS 200 (78.52% from 255) = 45.77%

 GREEN value IS 187 (73.44% from 255) = 42.79%

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

R = 45.77%
G = 42.79%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C8BB32 (or 0xC8BB32) is known color: Old Gold. HEX triplet: C8, BB and 32. RGB value is (200,187,50). Sum of RGB (Red+Green+Blue) = 200+187+50=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB32 is #3744CD. Grayscale: #AFAFAF. Windows color (decimal): -3622094 or 3324872. OLE color: 3324872.

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

Color convert

RGB 200 187 50 -
CMYK 0 0.06 0.75 0.22
HSL 54.8º 0.6% 0.49% -
HSV(B) 54.8º 0.75% 0.78% -
XYZ 42.17 48.05 10.07 -
YUV 175.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 200 187 50 0 0.06 0.75 0.22 54.8 0.6 0.49
Hex C8 BB 32 0 6 4B 16 37 3C 31
Octal 310 273 62 0 6 113 26 67 74 61
Binary 11001000 10111011 110010 0 110 1001011 10110 110111 111100 110001

Color Harmonies of #C8BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB32

Black with #C8BB32

Text Example


Text Example

White with #C8BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB32; }

 p { color: rgb(200,187,50); }

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

background-color css

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

 a { background-color: rgb(200,187,50); }

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

border-color css

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

 span { border-color: rgb(200,187,50); }

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