Html Css Color HEX #C8BB48 Old Gold

📋 copy color: '#C8BB48'

red 200 ◦ green 187 ◦ blue 72

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

Shades of Old Gold #C8BB48

Tints of Old Gold #C8BB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 43.57%
G = 40.74%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8BB48 (or 0xC8BB48) is known color: Old Gold. HEX triplet: C8, BB and 48. RGB value is (200,187,72). Sum of RGB (Red+Green+Blue) = 200+187+72=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB48 is #3744B7. Grayscale: #B2B2B2. Windows color (decimal): -3622072 or 4766664. OLE color: 4766664.

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

Color convert

RGB 200 187 72 -
CMYK 0 0.06 0.64 0.22
HSL 53.91º 0.54% 0.53% -
HSV(B) 53.91º 0.64% 0.78% -
XYZ 42.76 48.29 13.2 -
YUV 177.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 200 187 72 0 0.06 0.64 0.22 53.91 0.54 0.53
Hex C8 BB 48 0 6 40 16 36 36 35
Octal 310 273 110 0 6 100 26 66 66 65
Binary 11001000 10111011 1001000 0 110 1000000 10110 110110 110110 110101

Color Harmonies of #C8BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB48

Black with #C8BB48

Text Example


Text Example

White with #C8BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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