Html Css Color HEX #C4BC42 Old Gold

📋 copy color: '#C4BC42'

red 196 ◦ green 188 ◦ blue 66

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

Shades of Old Gold #C4BC42

Tints of Old Gold #C4BC42

RGB

 RED value IS 196 (76.95% from 255) = 43.56%

 GREEN value IS 188 (73.83% from 255) = 41.78%

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

R = 43.56%
G = 41.78%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C4BC42 (or 0xC4BC42) is known color: Old Gold. HEX triplet: C4, BC and 42. RGB value is (196,188,66). Sum of RGB (Red+Green+Blue) = 196+188+66=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC42 is #3B43BD. Grayscale: #B0B0B0. Windows color (decimal): -3883966 or 4373700. OLE color: 4373700.

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

Color convert

RGB 196 188 66 -
CMYK 0 0.04 0.66 0.23
HSL 56.31º 0.52% 0.51% -
HSV(B) 56.31º 0.66% 0.77% -
XYZ 41.73 48.1 12.24 -
YUV 176.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 196 188 66 0 0.04 0.66 0.23 56.31 0.52 0.51
Hex C4 BC 42 0 4 42 17 38 34 33
Octal 304 274 102 0 4 102 27 70 64 63
Binary 11000100 10111100 1000010 0 100 1000010 10111 111000 110100 110011

Color Harmonies of #C4BC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC42

Black with #C4BC42

Text Example


Text Example

White with #C4BC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC42; }

 p { color: rgb(196,188,66); }

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

background-color css

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

 a { background-color: rgb(196,188,66); }

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

border-color css

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

 span { border-color: rgb(196,188,66); }

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