Html Css Color HEX #C3AF62 Laser

📋 copy color: '#C3AF62'

red 195 ◦ green 175 ◦ blue 98

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

Shades of Laser #C3AF62

Tints of Laser #C3AF62

RGB

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

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

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

R = 41.67%
G = 37.39%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3AF62 (or 0xC3AF62) is known color: Laser. HEX triplet: C3, AF and 62. RGB value is (195,175,98). Sum of RGB (Red+Green+Blue) = 195+175+98=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF62 is #3C509D. Grayscale: #ACACAC. Windows color (decimal): -3952798 or 6467523. OLE color: 6467523.

HSL color Cylindrical-coordinate representation of color #C3AF62: hue angle of 47.63º 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 #C3AF62 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 98 -
CMYK 0 0.10 0.50 0.24
HSL 47.63º 0.45% 0.57% -
HSV(B) 47.63º 0.5% 0.76% -
XYZ 40.04 43.14 17.77 -
YUV 172.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 195 175 98 0 0.10 0.50 0.24 47.63 0.45 0.57
Hex C3 AF 62 0 A 32 18 30 2D 39
Octal 303 257 142 0 12 62 30 60 55 71
Binary 11000011 10101111 1100010 0 1010 110010 11000 110000 101101 111001

Color Harmonies of #C3AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF62

Black with #C3AF62

Text Example


Text Example

White with #C3AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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