Html Css Color HEX #C4AF5C Laser

📋 copy color: '#C4AF5C'

red 196 ◦ green 175 ◦ blue 92

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

Shades of Laser #C4AF5C

Tints of Laser #C4AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 42.33%
G = 37.8%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4AF5C (or 0xC4AF5C) is known color: Laser. HEX triplet: C4, AF and 5C. RGB value is (196,175,92). Sum of RGB (Red+Green+Blue) = 196+175+92=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF5C is #3B50A3. Grayscale: #ACACAC. Windows color (decimal): -3887268 or 6074308. OLE color: 6074308.

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

Color convert

RGB 196 175 92 -
CMYK 0 0.11 0.53 0.23
HSL 47.88º 0.47% 0.56% -
HSV(B) 47.88º 0.53% 0.77% -
XYZ 40.03 43.17 16.35 -
YUV 171.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 196 175 92 0 0.11 0.53 0.23 47.88 0.47 0.56
Hex C4 AF 5C 0 B 35 17 30 2F 38
Octal 304 257 134 0 13 65 27 60 57 70
Binary 11000100 10101111 1011100 0 1011 110101 10111 110000 101111 111000

Color Harmonies of #C4AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF5C

Black with #C4AF5C

Text Example


Text Example

White with #C4AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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