Html Css Color HEX #C4AF65 Laser

📋 copy color: '#C4AF65'

red 196 ◦ green 175 ◦ blue 101

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

Shades of Laser #C4AF65

Tints of Laser #C4AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 41.53%
G = 37.08%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4AF65 (or 0xC4AF65) is known color: Laser. HEX triplet: C4, AF and 65. RGB value is (196,175,101). Sum of RGB (Red+Green+Blue) = 196+175+101=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF65 is #3B509A. Grayscale: #ADADAD. Windows color (decimal): -3887259 or 6664132. OLE color: 6664132.

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

Color convert

RGB 196 175 101 -
CMYK 0 0.11 0.48 0.23
HSL 46.74º 0.45% 0.58% -
HSV(B) 46.74º 0.48% 0.77% -
XYZ 40.44 43.34 18.54 -
YUV 172.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 196 175 101 0 0.11 0.48 0.23 46.74 0.45 0.58
Hex C4 AF 65 0 B 30 17 2F 2D 3A
Octal 304 257 145 0 13 60 27 57 55 72
Binary 11000100 10101111 1100101 0 1011 110000 10111 101111 101101 111010

Color Harmonies of #C4AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF65

Black with #C4AF65

Text Example


Text Example

White with #C4AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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