Html Css Color HEX #C4AF60 Laser

📋 copy color: '#C4AF60'

red 196 ◦ green 175 ◦ blue 96

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

Shades of Laser #C4AF60

Tints of Laser #C4AF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 41.97%
G = 37.47%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4AF60 (or 0xC4AF60) is known color: Laser. HEX triplet: C4, AF and 60. RGB value is (196,175,96). Sum of RGB (Red+Green+Blue) = 196+175+96=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF60 is #3B509F. Grayscale: #ACACAC. Windows color (decimal): -3887264 or 6336452. OLE color: 6336452.

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

Color convert

RGB 196 175 96 -
CMYK 0 0.11 0.51 0.23
HSL 47.4º 0.46% 0.57% -
HSV(B) 47.4º 0.51% 0.77% -
XYZ 40.21 43.24 17.29 -
YUV 172.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 196 175 96 0 0.11 0.51 0.23 47.4 0.46 0.57
Hex C4 AF 60 0 B 33 17 2F 2E 39
Octal 304 257 140 0 13 63 27 57 56 71
Binary 11000100 10101111 1100000 0 1011 110011 10111 101111 101110 111001

Color Harmonies of #C4AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF60

Black with #C4AF60

Text Example


Text Example

White with #C4AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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