Html Css Color HEX #C8BE4B Old Gold

📋 copy color: '#C8BE4B'

red 200 ◦ green 190 ◦ blue 75

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

Shades of Old Gold #C8BE4B

Tints of Old Gold #C8BE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.13%

R = 43.01%
G = 40.86%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8BE4B (or 0xC8BE4B) is known color: Old Gold. HEX triplet: C8, BE and 4B. RGB value is (200,190,75). Sum of RGB (Red+Green+Blue) = 200+190+75=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE4B is #3741B4. Grayscale: #B4B4B4. Windows color (decimal): -3621301 or 4964040. OLE color: 4964040.

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

Color convert

RGB 200 190 75 -
CMYK 0 0.05 0.62 0.22
HSL 55.2º 0.53% 0.54% -
HSV(B) 55.2º 0.63% 0.78% -
XYZ 43.5 49.61 13.94 -
YUV 179.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 200 190 75 0 0.05 0.62 0.22 55.2 0.53 0.54
Hex C8 BE 4B 0 5 3E 16 37 35 36
Octal 310 276 113 0 5 76 26 67 65 66
Binary 11001000 10111110 1001011 0 101 111110 10110 110111 110101 110110

Color Harmonies of #C8BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE4B

Black with #C8BE4B

Text Example


Text Example

White with #C8BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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