Html Css Color HEX #C3A657 Laser

📋 copy color: '#C3A657'

red 195 ◦ green 166 ◦ blue 87

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

Shades of Laser #C3A657

Tints of Laser #C3A657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

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

R = 43.53%
G = 37.05%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3A657 (or 0xC3A657) is known color: Laser. HEX triplet: C3, A6 and 57. RGB value is (195,166,87). Sum of RGB (Red+Green+Blue) = 195+166+87=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A657 is #3C59A8. Grayscale: #A6A6A6. Windows color (decimal): -3955113 or 5744323. OLE color: 5744323.

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

Color convert

RGB 195 166 87 -
CMYK 0 0.15 0.55 0.24
HSL 43.89º 0.47% 0.55% -
HSV(B) 43.89º 0.55% 0.76% -
XYZ 37.86 39.56 14.66 -
YUV 165.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 195 166 87 0 0.15 0.55 0.24 43.89 0.47 0.55
Hex C3 A6 57 0 F 37 18 2C 2F 37
Octal 303 246 127 0 17 67 30 54 57 67
Binary 11000011 10100110 1010111 0 1111 110111 11000 101100 101111 110111

Color Harmonies of #C3A657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A657

Black with #C3A657

Text Example


Text Example

White with #C3A657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A657; }

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

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

background-color css

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

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

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

border-color css

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

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

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