Html Css Color HEX #C4AF64 Laser

📋 copy color: '#C4AF64'

red 196 ◦ green 175 ◦ blue 100

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

Shades of Laser #C4AF64

Tints of Laser #C4AF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

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

R = 41.61%
G = 37.15%
B = 21.23%

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

#C4AF64 (or 0xC4AF64) is known color: Laser. HEX triplet: C4, AF and 64. RGB value is (196,175,100). Sum of RGB (Red+Green+Blue) = 196+175+100=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF64 is #3B509B. Grayscale: #ADADAD. Windows color (decimal): -3887260 or 6598596. OLE color: 6598596.

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

Color convert

RGB 196 175 100 -
CMYK 0 0.11 0.49 0.23
HSL 46.88º 0.45% 0.58% -
HSV(B) 46.88º 0.49% 0.77% -
XYZ 40.4 43.32 18.29 -
YUV 172.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 196 175 100 0 0.11 0.49 0.23 46.88 0.45 0.58
Hex C4 AF 64 0 B 31 17 2F 2D 3A
Octal 304 257 144 0 13 61 27 57 55 72
Binary 11000100 10101111 1100100 0 1011 110001 10111 101111 101101 111010

Color Harmonies of #C4AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF64

Black with #C4AF64

Text Example


Text Example

White with #C4AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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