Html Css Color HEX #C3AD62 Laser

📋 copy color: '#C3AD62'

red 195 ◦ green 173 ◦ blue 98

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

Shades of Laser #C3AD62

Tints of Laser #C3AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 41.85%
G = 37.12%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3AD62 (or 0xC3AD62) is known color: Laser. HEX triplet: C3, AD and 62. RGB value is (195,173,98). Sum of RGB (Red+Green+Blue) = 195+173+98=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD62 is #3C529D. Grayscale: #ABABAB. Windows color (decimal): -3953310 or 6467011. OLE color: 6467011.

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

Color convert

RGB 195 173 98 -
CMYK 0 0.11 0.50 0.24
HSL 46.39º 0.45% 0.57% -
HSV(B) 46.39º 0.5% 0.76% -
XYZ 39.65 42.37 17.64 -
YUV 171.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 195 173 98 0 0.11 0.50 0.24 46.39 0.45 0.57
Hex C3 AD 62 0 B 32 18 2E 2D 39
Octal 303 255 142 0 13 62 30 56 55 71
Binary 11000011 10101101 1100010 0 1011 110010 11000 101110 101101 111001

Color Harmonies of #C3AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD62

Black with #C3AD62

Text Example


Text Example

White with #C3AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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