Html Css Color HEX #C4B142 Old Gold

📋 copy color: '#C4B142'

red 196 ◦ green 177 ◦ blue 66

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

Shades of Old Gold #C4B142

Tints of Old Gold #C4B142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

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

R = 44.65%
G = 40.32%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C4B142 (or 0xC4B142) is known color: Old Gold. HEX triplet: C4, B1 and 42. RGB value is (196,177,66). Sum of RGB (Red+Green+Blue) = 196+177+66=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B142 is #3B4EBD. Grayscale: #AAAAAA. Windows color (decimal): -3886782 or 4370884. OLE color: 4370884.

HSL color Cylindrical-coordinate representation of color #C4B142: hue angle of 51.23º 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 #C4B142 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 66 -
CMYK 0 0.10 0.66 0.23
HSL 51.23º 0.52% 0.51% -
HSV(B) 51.23º 0.66% 0.77% -
XYZ 39.47 43.57 11.48 -
YUV 170.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 196 177 66 0 0.10 0.66 0.23 51.23 0.52 0.51
Hex C4 B1 42 0 A 42 17 33 34 33
Octal 304 261 102 0 12 102 27 63 64 63
Binary 11000100 10110001 1000010 0 1010 1000010 10111 110011 110100 110011

Color Harmonies of #C4B142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B142

Black with #C4B142

Text Example


Text Example

White with #C4B142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B142; }

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

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

background-color css

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

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

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

border-color css

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

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

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