Html Css Color HEX #C3AD60 Laser

📋 copy color: '#C3AD60'

red 195 ◦ green 173 ◦ blue 96

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

Shades of Laser #C3AD60

Tints of Laser #C3AD60

RGB

 RED value IS 195 (76.56% from 255) = 42.03%

 GREEN value IS 173 (67.97% from 255) = 37.28%

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

R = 42.03%
G = 37.28%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3AD60 (or 0xC3AD60) is known color: Laser. HEX triplet: C3, AD and 60. RGB value is (195,173,96). Sum of RGB (Red+Green+Blue) = 195+173+96=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD60 is #3C529F. Grayscale: #ABABAB. Windows color (decimal): -3953312 or 6335939. OLE color: 6335939.

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

Color convert

RGB 195 173 96 -
CMYK 0 0.11 0.51 0.24
HSL 46.67º 0.45% 0.57% -
HSV(B) 46.67º 0.51% 0.76% -
XYZ 39.56 42.33 17.15 -
YUV 170.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 195 173 96 0 0.11 0.51 0.24 46.67 0.45 0.57
Hex C3 AD 60 0 B 33 18 2F 2D 39
Octal 303 255 140 0 13 63 30 57 55 71
Binary 11000011 10101101 1100000 0 1011 110011 11000 101111 101101 111001

Color Harmonies of #C3AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD60

Black with #C3AD60

Text Example


Text Example

White with #C3AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD60; }

 p { color: rgb(195,173,96); }

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

background-color css

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

 a { background-color: rgb(195,173,96); }

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

border-color css

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

 span { border-color: rgb(195,173,96); }

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