Html Css Color HEX #C8BE38 Old Gold

📋 copy color: '#C8BE38'

red 200 ◦ green 190 ◦ blue 56

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

Shades of Old Gold #C8BE38

Tints of Old Gold #C8BE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.56%

R = 44.84%
G = 42.6%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8BE38 (or 0xC8BE38) is known color: Old Gold. HEX triplet: C8, BE and 38. RGB value is (200,190,56). Sum of RGB (Red+Green+Blue) = 200+190+56=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE38 is #3741C7. Grayscale: #B2B2B2. Windows color (decimal): -3621320 or 3718856. OLE color: 3718856.

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

Color convert

RGB 200 190 56 -
CMYK 0 0.05 0.72 0.22
HSL 55.83º 0.57% 0.5% -
HSV(B) 55.83º 0.72% 0.78% -
XYZ 42.95 49.39 11.01 -
YUV 177.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 200 190 56 0 0.05 0.72 0.22 55.83 0.57 0.5
Hex C8 BE 38 0 5 48 16 38 39 32
Octal 310 276 70 0 5 110 26 70 71 62
Binary 11001000 10111110 111000 0 101 1001000 10110 111000 111001 110010

Color Harmonies of #C8BE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE38

Black with #C8BE38

Text Example


Text Example

White with #C8BE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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