Html Css Color HEX #C8BE32 Old Gold

📋 copy color: '#C8BE32'

red 200 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #C8BE32

Tints of Old Gold #C8BE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.36%

R = 45.45%
G = 43.18%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C8BE32 (or 0xC8BE32) is known color: Old Gold. HEX triplet: C8, BE and 32. RGB value is (200,190,50). Sum of RGB (Red+Green+Blue) = 200+190+50=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE32 is #3741CD. Grayscale: #B1B1B1. Windows color (decimal): -3621326 or 3325640. OLE color: 3325640.

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

Color convert

RGB 200 190 50 -
CMYK 0 0.05 0.75 0.22
HSL 56º 0.6% 0.49% -
HSV(B) 56º 0.75% 0.78% -
XYZ 42.81 49.34 10.28 -
YUV 177.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 200 190 50 0 0.05 0.75 0.22 56 0.6 0.49
Hex C8 BE 32 0 5 4B 16 38 3C 31
Octal 310 276 62 0 5 113 26 70 74 61
Binary 11001000 10111110 110010 0 101 1001011 10110 111000 111100 110001

Color Harmonies of #C8BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE32

Black with #C8BE32

Text Example


Text Example

White with #C8BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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