Html Css Color HEX #C8BE2E Old Gold

📋 copy color: '#C8BE2E'

red 200 ◦ green 190 ◦ blue 46

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

Shades of Old Gold #C8BE2E

Tints of Old Gold #C8BE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.55%

R = 45.87%
G = 43.58%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8BE2E (or 0xC8BE2E) is known color: Old Gold. HEX triplet: C8, BE and 2E. RGB value is (200,190,46). Sum of RGB (Red+Green+Blue) = 200+190+46=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE2E is #3741D1. Grayscale: #B1B1B1. Windows color (decimal): -3621330 or 3063496. OLE color: 3063496.

HSL color Cylindrical-coordinate representation of color #C8BE2E: hue angle of 56.1º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8BE2E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 46 -
CMYK 0 0.05 0.77 0.22
HSL 56.1º 0.63% 0.48% -
HSV(B) 56.1º 0.77% 0.78% -
XYZ 42.73 49.3 9.85 -
YUV 176.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 200 190 46 0 0.05 0.77 0.22 56.1 0.63 0.48
Hex C8 BE 2E 0 5 4D 16 38 3F 30
Octal 310 276 56 0 5 115 26 70 77 60
Binary 11001000 10111110 101110 0 101 1001101 10110 111000 111111 110000

Color Harmonies of #C8BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE2E

Black with #C8BE2E

Text Example


Text Example

White with #C8BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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