Html Css Color HEX #C8BE3B Old Gold

📋 copy color: '#C8BE3B'

red 200 ◦ green 190 ◦ blue 59

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

Shades of Old Gold #C8BE3B

Tints of Old Gold #C8BE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.14%

R = 44.54%
G = 42.32%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8BE3B (or 0xC8BE3B) is known color: Old Gold. HEX triplet: C8, BE and 3B. RGB value is (200,190,59). Sum of RGB (Red+Green+Blue) = 200+190+59=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE3B is #3741C4. Grayscale: #B2B2B2. Windows color (decimal): -3621317 or 3915464. OLE color: 3915464.

HSL color Cylindrical-coordinate representation of color #C8BE3B: hue angle of 55.74º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8BE3B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 59 -
CMYK 0 0.05 0.70 0.22
HSL 55.74º 0.56% 0.51% -
HSV(B) 55.74º 0.71% 0.78% -
XYZ 43.02 49.42 11.41 -
YUV 178.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 200 190 59 0 0.05 0.70 0.22 55.74 0.56 0.51
Hex C8 BE 3B 0 5 46 16 38 38 33
Octal 310 276 73 0 5 106 26 70 70 63
Binary 11001000 10111110 111011 0 101 1000110 10110 111000 111000 110011

Color Harmonies of #C8BE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE3B

Black with #C8BE3B

Text Example


Text Example

White with #C8BE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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