Html Css Color HEX #C8BF43 Old Gold

📋 copy color: '#C8BF43'

red 200 ◦ green 191 ◦ blue 67

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

Shades of Old Gold #C8BF43

Tints of Old Gold #C8BF43

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 43.67%
G = 41.7%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C8BF43 (or 0xC8BF43) is known color: Old Gold. HEX triplet: C8, BF and 43. RGB value is (200,191,67). Sum of RGB (Red+Green+Blue) = 200+191+67=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF43 is #3740BC. Grayscale: #B4B4B4. Windows color (decimal): -3621053 or 4440008. OLE color: 4440008.

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

Color convert

RGB 200 191 67 -
CMYK 0 0.04 0.66 0.22
HSL 55.94º 0.55% 0.52% -
HSV(B) 55.94º 0.67% 0.78% -
XYZ 43.46 49.95 12.66 -
YUV 179.56 64.48 142.58 -
System Red Green Blue C M Y K H S L
Decimal 200 191 67 0 0.04 0.66 0.22 55.94 0.55 0.52
Hex C8 BF 43 0 4 42 16 38 37 34
Octal 310 277 103 0 4 102 26 70 67 64
Binary 11001000 10111111 1000011 0 100 1000010 10110 111000 110111 110100

Color Harmonies of #C8BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF43

Black with #C8BF43

Text Example


Text Example

White with #C8BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF43; }

 p { color: rgb(200,191,67); }

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

background-color css

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

 a { background-color: rgb(200,191,67); }

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

border-color css

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

 span { border-color: rgb(200,191,67); }

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