Html Css Color HEX #C3AC62 Laser

📋 copy color: '#C3AC62'

red 195 ◦ green 172 ◦ blue 98

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

Shades of Laser #C3AC62

Tints of Laser #C3AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 41.94%
G = 36.99%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3AC62 (or 0xC3AC62) is known color: Laser. HEX triplet: C3, AC and 62. RGB value is (195,172,98). Sum of RGB (Red+Green+Blue) = 195+172+98=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC62 is #3C539D. Grayscale: #AAAAAA. Windows color (decimal): -3953566 or 6466755. OLE color: 6466755.

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

Color convert

RGB 195 172 98 -
CMYK 0 0.12 0.50 0.24
HSL 45.77º 0.45% 0.57% -
HSV(B) 45.77º 0.5% 0.76% -
XYZ 39.46 41.99 17.58 -
YUV 170.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 195 172 98 0 0.12 0.50 0.24 45.77 0.45 0.57
Hex C3 AC 62 0 C 32 18 2E 2D 39
Octal 303 254 142 0 14 62 30 56 55 71
Binary 11000011 10101100 1100010 0 1100 110010 11000 101110 101101 111001

Color Harmonies of #C3AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC62

Black with #C3AC62

Text Example


Text Example

White with #C3AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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