Html Css Color HEX #C8BC32 Old Gold

📋 copy color: '#C8BC32'

red 200 ◦ green 188 ◦ blue 50

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

Shades of Old Gold #C8BC32

Tints of Old Gold #C8BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 45.66%
G = 42.92%
B = 11.42%

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

#C8BC32 (or 0xC8BC32) is known color: Old Gold. HEX triplet: C8, BC and 32. RGB value is (200,188,50). Sum of RGB (Red+Green+Blue) = 200+188+50=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC32 is #3743CD. Grayscale: #B0B0B0. Windows color (decimal): -3621838 or 3325128. OLE color: 3325128.

HSL color Cylindrical-coordinate representation of color #C8BC32: hue angle of 55.2º 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 #C8BC32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 50 -
CMYK 0 0.06 0.75 0.22
HSL 55.2º 0.6% 0.49% -
HSV(B) 55.2º 0.75% 0.78% -
XYZ 42.38 48.48 10.14 -
YUV 175.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 200 188 50 0 0.06 0.75 0.22 55.2 0.6 0.49
Hex C8 BC 32 0 6 4B 16 37 3C 31
Octal 310 274 62 0 6 113 26 67 74 61
Binary 11001000 10111100 110010 0 110 1001011 10110 110111 111100 110001

Color Harmonies of #C8BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC32

Black with #C8BC32

Text Example


Text Example

White with #C8BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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