Html Css Color HEX #C8B545 Old Gold

📋 copy color: '#C8B545'

red 200 ◦ green 181 ◦ blue 69

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

Shades of Old Gold #C8B545

Tints of Old Gold #C8B545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 69 (27.34% from 255) = 15.33%

R = 44.44%
G = 40.22%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C8B545 (or 0xC8B545) is known color: Old Gold. HEX triplet: C8, B5 and 45. RGB value is (200,181,69). Sum of RGB (Red+Green+Blue) = 200+181+69=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B545 is #374ABA. Grayscale: #AEAEAE. Windows color (decimal): -3623611 or 4568520. OLE color: 4568520.

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

Color convert

RGB 200 181 69 -
CMYK 0 0.09 0.66 0.22
HSL 51.3º 0.54% 0.53% -
HSV(B) 51.3º 0.66% 0.78% -
XYZ 41.42 45.76 12.28 -
YUV 173.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 200 181 69 0 0.09 0.66 0.22 51.3 0.54 0.53
Hex C8 B5 45 0 9 42 16 33 36 35
Octal 310 265 105 0 11 102 26 63 66 65
Binary 11001000 10110101 1000101 0 1001 1000010 10110 110011 110110 110101

Color Harmonies of #C8B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B545

Black with #C8B545

Text Example


Text Example

White with #C8B545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B545; }

 p { color: rgb(200,181,69); }

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

background-color css

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

 a { background-color: rgb(200,181,69); }

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

border-color css

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

 span { border-color: rgb(200,181,69); }

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