Html Css Color HEX #C8BC35 Old Gold

📋 copy color: '#C8BC35'

red 200 ◦ green 188 ◦ blue 53

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

Shades of Old Gold #C8BC35

Tints of Old Gold #C8BC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.02%

R = 45.35%
G = 42.63%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BC35 (or 0xC8BC35) is known color: Old Gold. HEX triplet: C8, BC and 35. RGB value is (200,188,53). Sum of RGB (Red+Green+Blue) = 200+188+53=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC35 is #3743CA. Grayscale: #B0B0B0. Windows color (decimal): -3621835 or 3521736. OLE color: 3521736.

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

Color convert

RGB 200 188 53 -
CMYK 0 0.06 0.74 0.22
HSL 55.1º 0.58% 0.5% -
HSV(B) 55.1º 0.74% 0.78% -
XYZ 42.45 48.5 10.49 -
YUV 176.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 200 188 53 0 0.06 0.74 0.22 55.1 0.58 0.5
Hex C8 BC 35 0 6 4A 16 37 3A 32
Octal 310 274 65 0 6 112 26 67 72 62
Binary 11001000 10111100 110101 0 110 1001010 10110 110111 111010 110010

Color Harmonies of #C8BC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC35

Black with #C8BC35

Text Example


Text Example

White with #C8BC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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