Html Css Color HEX #C4AE64 Laser

📋 copy color: '#C4AE64'

red 196 ◦ green 174 ◦ blue 100

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

Shades of Laser #C4AE64

Tints of Laser #C4AE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

 BLUE value IS 100 (39.45% from 255) = 21.28%

R = 41.7%
G = 37.02%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C4AE64 (or 0xC4AE64) is known color: Laser. HEX triplet: C4, AE and 64. RGB value is (196,174,100). Sum of RGB (Red+Green+Blue) = 196+174+100=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE64 is #3B519B. Grayscale: #ACACAC. Windows color (decimal): -3887516 or 6598340. OLE color: 6598340.

HSL color Cylindrical-coordinate representation of color #C4AE64: hue angle of 46.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4AE64 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 174 100 -
CMYK 0 0.11 0.49 0.23
HSL 46.25º 0.45% 0.58% -
HSV(B) 46.25º 0.49% 0.77% -
XYZ 40.2 42.93 18.22 -
YUV 172.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 196 174 100 0 0.11 0.49 0.23 46.25 0.45 0.58
Hex C4 AE 64 0 B 31 17 2E 2D 3A
Octal 304 256 144 0 13 61 27 56 55 72
Binary 11000100 10101110 1100100 0 1011 110001 10111 101110 101101 111010

Color Harmonies of #C4AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AE64

Black with #C4AE64

Text Example


Text Example

White with #C4AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AE64; }

 p { color: rgb(196,174,100); }

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

background-color css

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

 a { background-color: rgb(196,174,100); }

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

border-color css

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

 span { border-color: rgb(196,174,100); }

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