Html Css Color HEX #C8BE35 Old Gold

📋 copy color: '#C8BE35'

red 200 ◦ green 190 ◦ blue 53

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

Shades of Old Gold #C8BE35

Tints of Old Gold #C8BE35

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

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

R = 45.15%
G = 42.89%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BE35 (or 0xC8BE35) is known color: Old Gold. HEX triplet: C8, BE and 35. RGB value is (200,190,53). Sum of RGB (Red+Green+Blue) = 200+190+53=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE35 is #3741CA. Grayscale: #B1B1B1. Windows color (decimal): -3621323 or 3522248. OLE color: 3522248.

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

Color convert

RGB 200 190 53 -
CMYK 0 0.05 0.74 0.22
HSL 55.92º 0.58% 0.5% -
HSV(B) 55.92º 0.74% 0.78% -
XYZ 42.88 49.36 10.64 -
YUV 177.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 200 190 53 0 0.05 0.74 0.22 55.92 0.58 0.5
Hex C8 BE 35 0 5 4A 16 38 3A 32
Octal 310 276 65 0 5 112 26 70 72 62
Binary 11001000 10111110 110101 0 101 1001010 10110 111000 111010 110010

Color Harmonies of #C8BE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE35

Black with #C8BE35

Text Example


Text Example

White with #C8BE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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