Html Css Color HEX #C3AC57 Laser

📋 copy color: '#C3AC57'

red 195 ◦ green 172 ◦ blue 87

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

Shades of Laser #C3AC57

Tints of Laser #C3AC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 42.95%
G = 37.89%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3AC57 (or 0xC3AC57) is known color: Laser. HEX triplet: C3, AC and 57. RGB value is (195,172,87). Sum of RGB (Red+Green+Blue) = 195+172+87=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC57 is #3C53A8. Grayscale: #A9A9A9. Windows color (decimal): -3953577 or 5745859. OLE color: 5745859.

HSL color Cylindrical-coordinate representation of color #C3AC57: hue angle of 47.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3AC57 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 172 87 -
CMYK 0 0.12 0.55 0.24
HSL 47.22º 0.47% 0.55% -
HSV(B) 47.22º 0.55% 0.76% -
XYZ 38.98 41.8 15.03 -
YUV 169.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 195 172 87 0 0.12 0.55 0.24 47.22 0.47 0.55
Hex C3 AC 57 0 C 37 18 2F 2F 37
Octal 303 254 127 0 14 67 30 57 57 67
Binary 11000011 10101100 1010111 0 1100 110111 11000 101111 101111 110111

Color Harmonies of #C3AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC57

Black with #C3AC57

Text Example


Text Example

White with #C3AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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