Html Css Color HEX #C3A861 Laser

📋 copy color: '#C3A861'

red 195 ◦ green 168 ◦ blue 97

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

Shades of Laser #C3A861

Tints of Laser #C3A861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 42.39%
G = 36.52%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3A861 (or 0xC3A861) is known color: Laser. HEX triplet: C3, A8 and 61. RGB value is (195,168,97). Sum of RGB (Red+Green+Blue) = 195+168+97=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A861 is #3C579E. Grayscale: #A8A8A8. Windows color (decimal): -3954591 or 6400195. OLE color: 6400195.

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

Color convert

RGB 195 168 97 -
CMYK 0 0.14 0.50 0.24
HSL 43.47º 0.45% 0.57% -
HSV(B) 43.47º 0.5% 0.76% -
XYZ 38.67 40.47 17.08 -
YUV 167.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 195 168 97 0 0.14 0.50 0.24 43.47 0.45 0.57
Hex C3 A8 61 0 E 32 18 2B 2D 39
Octal 303 250 141 0 16 62 30 53 55 71
Binary 11000011 10101000 1100001 0 1110 110010 11000 101011 101101 111001

Color Harmonies of #C3A861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A861

Black with #C3A861

Text Example


Text Example

White with #C3A861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A861; }

 p { color: rgb(195,168,97); }

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

background-color css

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

 a { background-color: rgb(195,168,97); }

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

border-color css

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

 span { border-color: rgb(195,168,97); }

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