Html Css Color HEX #C8BC36 Old Gold

📋 copy color: '#C8BC36'

red 200 ◦ green 188 ◦ blue 54

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

Shades of Old Gold #C8BC36

Tints of Old Gold #C8BC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.22%

R = 45.25%
G = 42.53%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C8BC36 (or 0xC8BC36) is known color: Old Gold. HEX triplet: C8, BC and 36. RGB value is (200,188,54). Sum of RGB (Red+Green+Blue) = 200+188+54=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC36 is #3743C9. Grayscale: #B0B0B0. Windows color (decimal): -3621834 or 3587272. OLE color: 3587272.

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

Color convert

RGB 200 188 54 -
CMYK 0 0.06 0.73 0.22
HSL 55.07º 0.57% 0.5% -
HSV(B) 55.07º 0.73% 0.78% -
XYZ 42.47 48.51 10.62 -
YUV 176.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 200 188 54 0 0.06 0.73 0.22 55.07 0.57 0.5
Hex C8 BC 36 0 6 49 16 37 39 32
Octal 310 274 66 0 6 111 26 67 71 62
Binary 11001000 10111100 110110 0 110 1001001 10110 110111 111001 110010

Color Harmonies of #C8BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC36

Black with #C8BC36

Text Example


Text Example

White with #C8BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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