Html Css Color HEX #C8BE42 Old Gold

📋 copy color: '#C8BE42'

red 200 ◦ green 190 ◦ blue 66

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

Shades of Old Gold #C8BE42

Tints of Old Gold #C8BE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 43.86%
G = 41.67%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C8BE42 (or 0xC8BE42) is known color: Old Gold. HEX triplet: C8, BE and 42. RGB value is (200,190,66). Sum of RGB (Red+Green+Blue) = 200+190+66=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE42 is #3741BD. Grayscale: #B3B3B3. Windows color (decimal): -3621310 or 4374216. OLE color: 4374216.

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

Color convert

RGB 200 190 66 -
CMYK 0 0.05 0.67 0.22
HSL 55.52º 0.55% 0.52% -
HSV(B) 55.52º 0.67% 0.78% -
XYZ 43.22 49.5 12.43 -
YUV 178.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 200 190 66 0 0.05 0.67 0.22 55.52 0.55 0.52
Hex C8 BE 42 0 5 43 16 38 37 34
Octal 310 276 102 0 5 103 26 70 67 64
Binary 11001000 10111110 1000010 0 101 1000011 10110 111000 110111 110100

Color Harmonies of #C8BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE42

Black with #C8BE42

Text Example


Text Example

White with #C8BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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